1.0.0 • Published 6 years ago

c4kdev v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

C4K Node Package

A starter pack for C4K projects.


INSTALLATION:

npm i -g c4kdev

USAGE:

  1. Open Your Terminal
  2. Go To Your Project Folder
  3. 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 is index.js

Authors

1.0.0

6 years ago