A javascript library template
Install via NPM:
npm install package-name
var myApp = require("package-name");
myApp.doSomething(); import * as myApp from 'package-name';
myApp.doSomething();
This project is licensed under the terms of the MIT license.