@on-set/onset-lib

isomorphic javascript utilities

Usage no npm install needed!

<script type="module">
  import onSetOnsetLib from 'https://cdn.skypack.dev/@on-set/onset-lib';
</script>

README

On Set Lib

CircleCI npm version

Using This Package

npm i --save @on-set/onset-lib

Requirements

  • nodejs, npm

Getting Started

  • npm i
  • npm start

Commands

$ npm run <command>

command description
init:hard init with a fresh package-lock
start start development server
test run tests in watch mode
cover test coverage checks
lint lints src code
lint:fix lints src code and fixes errors
integration runs integration tests
verify verify's that the build will pass locally