1.4.0 • Published 7 years ago
@usabilla/js-styleguide v1.4.0
js-styleguide
Setup
NVM
To use the correct node version run:
nvm use
If you don't have nvm, install it first.
Yarn
Install yarn globally if you don't have it:
brew install yarn
Instead of running npm install
use:
yarn install
Node Project Template
Automatically creates a node project with Usabilla recommended settings and files.
Run project init:
node scripts/node-project-init.js --projectDir <../relative/path/to/project/dir>