Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 585 Bytes

DEVELOPMENT.md

File metadata and controls

53 lines (35 loc) · 585 Bytes

BUILDTIME REQUIREMENTS

REQUIREMENTS

Recommended

  • ASDF 0.14.1 (run asdf reshim after provisioning)

AUDIT: NPM AUDIT + SNYK

$ npm run audit

NPM AUDIT

$ npm audit

SNYK

$ npm run snyk

INSTALL

$ npm install [-g]

UNINSTALL

$ npm uninstall [-g]

TEST

$ npm test

PUBLISH

$ npm run upload