1.0.0 • Published 6 years ago
c4kdev v1.0.0
C4K Node Package
A starter pack for C4K projects.
INSTALLATION:
npm i -g c4kdev
USAGE:
- Open Your Terminal
- Go To Your Project Folder
- Run This Command:
c4k init
How Does It Work?
Basically, this package will create the following files for you.
- index.js
- package.json
- .commit_template
- .gitignore Also, the package will run the following command as well.
npm install
: Install most used devDependecies such as- "commitizen": "^3.1.1",
- "cz-emoji": "^1.1.2",
- "semistandard": "^13.0.1"
git init
- You can just type,
npm run start
to test your script which isindex.js
Authors
1.0.0
6 years ago