1.0.2 • Published 8 years ago

naoned-cli v1.0.2

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
8 years ago

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 -g

Usage

Inside the root folder of your project type :

  • naoned init: Start a brief quizz setting up your project with the necessary tools
  • naoned npm-init: Similar to npm init (naoned init calls it if no package.json is found)