We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yq
https://github.com/mikefarah/yq
We want to add yq because it can make configuring config.yml files (such as alacrittys config file) much easier than writing custom code.
config.yml
alacritty
It's written in go, so it works consistently across Windows, Mac, and Linux.
go
This could be as simple as copying _example, updating the github releases info, and doing a find and replace on a few file system path names.
_example
mkdir
mv
ls
tar
unzip
git clone git@github.com:webinstall/packages.git pushd packages/ npm install
rsync -av ./_example/ ./yq/
yq/release.js
yq/install.sh
bat
jq
yq/install.ps1
yq/README.md
It's also okay to have multiple people work on part of this (i.e. the Cheat Sheet can be done independently from the install.sh)
install.sh
The text was updated successfully, but these errors were encountered:
Things to make sure we have in the README:
(see the yq docs on their homepage)
Sorry, something went wrong.
@coolaj86 I would like to take this.
@proxium Are you still interested in this?
Please check #169
No branches or pull requests
Add yq
https://github.com/mikefarah/yq
We want to add
yq
because it can make configuringconfig.yml
files (such asalacritty
s config file) much easier than writing custom code.It's written in
go
, so it works consistently across Windows, Mac, and Linux.This could be as simple as copying
_example
, updating the github releasesinfo, and doing a find and replace on a few file system path names.
How to create a webi installer
Skills required
mkdir
,mv
,ls
,tar
,unzip
, variables)Steps
git clone git@github.com:webinstall/packages.git pushd packages/ npm install
https://github.com/mikefarah/yq/releases
yq/release.js
to use the official repoyq
unpacks (i.e. as a single file? as a .tar.gz? asa .tar.gz with a folder named yq?)
yq/install.sh
(seebat
andjq
as examples)yq/install.ps1
(seebat
andjq
as examples)yq/README.md
It's also okay to have multiple people work on part of this (i.e. the Cheat
Sheet can be done independently from the
install.sh
)The text was updated successfully, but these errors were encountered: