npm.io
1.4.0 • Published 8 years ago

@usabilla/js-styleguide

Licence
MIT
Version
1.4.0
Deps
0
Size
77 kB
Vulns
0
Weekly
16

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>