Helper to manage Tags, README.md, CHANGELOG.md and Package.json of your Project.
- NodeJS
npm i -g npm
sudo npm i -g air-git
try run:
air-git --help
Creates the CHANGELOG, README, and readmeConfig files for project from the specified directory.
air-git init
For more information about this command, call "air-git --help init"
If your version was 0.4.0 or older this command updates readmeConfig.json to the new options.
air-git update
For more information about this command, call "air-git --help update"
Change badges in README before commit and run the "commit" afterwards.
air-git commit -m "commit message"
For more information about this command, call "air-git --help commit"
Change package information.json, CHANGELOG.md, README.md, merge and push to Stage and add TAG in git.
air-git publish -m "commit message" -b "feature-x" -v 20.7.95
For more information about this command, call "air-git --help publish"
- Luan Vasco de Farias luan.vfarias@gmail.com (https://github.com/LvFarias/)