@usabilla/js-styleguide
v1.4.0
Published
Usabilla JavaScript styleguide
Downloads
31
Readme
js-styleguide
Setup
NVM
To use the correct node version run:
nvm useIf you don't have nvm, install it first.
Yarn
Install yarn globally if you don't have it:
brew install yarnInstead of running npm install use:
yarn installNode 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>