lazie
v1.0.6
Published
NodeJS module that install my scripts JSHint and EditorConfig in some folder.
Downloads
3
Readme
Lazie
Everytime I have to install many scripts (EditorConfig, JSHint, JSBeautify, etc) in my projects folder, how I'm lazy I created this NodeJS module to install these scripts for me :smile:
To install and use is very simple:
- Install
nodejs
in your computer - After node installed, type in your terminal
npm install -g lazie
- How you installed globally this module, it has become available to use like a program from command line. To use it is very easy:
Usage: lazie [options]
Options:
-e, --editorconfig Install EditorConfig
-j, --jshint Install JSHint
-b, --jsbeautify Install JSBeautify