52weeks-pkg

yarn install # or npm install

Usage no npm install needed!

<script type="module">
  import 2weeksPkg from 'https://cdn.skypack.dev/52weeks-pkg';
</script>

README

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