highly-attractive-node-utils

Collection of helper modules for Node.js

Usage no npm install needed!

<script type="module">
  import highlyAttractiveNodeUtils from 'https://cdn.skypack.dev/highly-attractive-node-utils';
</script>

README

Highly Attractive Node Utilities

npm version Build Status Coverage Status

Installation

npm install highly-attractive-node-utils --save

Development

Testing

Using Mocha/Chai for testing.

npm test

Code Coverage

Generate a report using Istanbul to make sure your tests are touching everything!

npm run coverage && open ./coverage/lcov-report/index.html