- Create a gist if you haven't already.
- Clone your gist:
# make sure to replace `<hash>` with your gist's hash git clone https://gist.github.com/<hash>.git # with https git clone [email protected]:<hash>.git # or with ssh
Inspired and partially based off of cheerfulstoic's Repository Maintenance Levels.
Also see @mathvav's repository maintenance definitions.
The following definitions are NOT a guarantee or warranty of ANY kind—they are merely for reference. It is your own responsibility to make sure that any code, library, or software you use is stable enough for your requirements.
Please read the license distributed with the code for a full warranty disclaimer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias reset="clear" | |
alias nr="npm run" |