naoned-cli
v1.0.2
Published
Command line tool to help manage projects at Naoned
Downloads
12
Readme
Npm-naoned
Add a naoned command line tool to configure your project according to Naoned conventions and stack.
Currently installs a javascript Linter, a git message validator and Commitizen git cz for easy git messaging.
Installation
You must first install node & npm then :
npm install naoned-cli -gUsage
Inside the root folder of your project type :
naoned init: Start a brief quizz setting up your project with the necessary toolsnaoned npm-init: Similar to npm init (naoned init calls it if no package.json is found)
