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
We want to add CHANGE-ME because...
CHANGE-ME
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 [email protected]:webinstall/packages.git pushd packages/ npm install
rsync -av _example/ CHANGE-ME/
CHANGE-ME/release.js
CHANGE-ME/install.sh
bat
jq
CHANGE-ME/install.ps1
CHANGE-ME/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:
No branches or pull requests
Add CHANGE-ME
We want to add
CHANGE-ME
because...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
https://github.com/___CHANGE/ME___/releases
CHANGE-ME/release.js
to use the official repoCHANGE-ME
unpacks (i.e. as a single file? as a .tar.gz? asa .tar.gz with a folder named CHANGE-ME?)
CHANGE-ME/install.sh
(seebat
andjq
as examples)CHANGE-ME/install.ps1
(seebat
andjq
as examples)CHANGE-ME/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: