air-git
v0.4.2
Published
Helper to manage Tags, README.md, CHANGELOG.md and Package.json of your Project.
Readme
Air Git
Sumary
Description
Helper to manage Tags, README.md, CHANGELOG.md and Package.json of your Project.
Prerequisites
- NodeJS
npm i -g npm
Getting Started
sudo npm i -g air-gittry run:
air-git --helpCommands
Init
Creates the CHANGELOG, README, and readmeConfig files for project from the specified directory.
air-git initFor more information about this command, call "air-git --help init"
Update
If your version was 0.4.0 or older this command updates readmeConfig.json to the new options.
air-git updateFor more information about this command, call "air-git --help update"
Commit
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"
Publish
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.95For more information about this command, call "air-git --help publish"
Authors
- Luan Vasco de Farias [email protected] (https://github.com/LvFarias/)
