@kazakoff/davai-commit
v1.0.0
Published
Commiting tools
Downloads
3
Readme
DAVAI-COMMIT
VERSIONS
- DEVELOPMENT RELEASE 0.0.1
- PRODUCTION RELEASE 0.0.1
First installation
Set up git project
mkdir davai-commit && cd davai-commit
git init
git remote add origin [email protected]:LiamTorrelli/davai-commit.git
... do changes
git push -u origin [ branch ]
Set the project in the npm
- Mac [ sudo ], Windows [ need permissions ]
cd davai-commit
sudo npm link
- Reopen the terminal
- Start using
davai-commit
globally on your computer in the terminal
Usage
davai-commit
Description
davai-commit
Creates a commit
Example DAVAI-CONFIG.json
{
"PROJECT_NAME": "DAVAI-COMMIT"
}