/lib-fifty2weeks

Primary LanguageJavaScriptMIT LicenseMIT

52weeks node package

Build Status license releases commits issues pull requests

setup

yarn install # or npm install

lint

yarn lint # or npm run lint

tests

yarn spec # or npm run spec
yarn test:watch # or npm run test:watch
yarn test:coverage # or npm run test:coverage