hello-lib

A boilerplate for my JS projects.

Usage no npm install needed!

<script type="module">
  import helloLib from 'https://cdn.skypack.dev/hello-lib';
</script>

README

Hello Lib

A starting template for my small JS libraries. Uses ESLint, Tap and Browserify.

Demos

Install

  • NPM: npm install hello-lib
  • Browser-compatible CDN link: hello.js

Usage

var foo = hello();