my-boiler-plate-app

My boiler plate app

Usage no npm install needed!

<script type="module">
  import myBoilerPlateApp from 'https://cdn.skypack.dev/my-boiler-plate-app';
</script>

README

my-boiler-plate-app

This is my boiler plate app

Build Status Code Coverage version downloads MIT License All Contributors

PRs Welcome Code of Conduct Roadmap Standard - JavaScript Style Guide

The problem

Clean boiler plate app

This solution

Clean boiler plate app to start new project with version change.

Installation

This module is distributed via [npm][npm] which is bundled with [node][node] and should be installed as one of your project's dependencies:

npm install --save my-boiler-plate-app

Alternatively you can get the UMD build which is also published to the npm registry and is therefore available via npmcdn.com:

The UMD build exposes the module as a global called my-boiler-plate-app or as an unnamed module for AMD/CommonJS (require it by its file path)

Usage

const (my-boiler-plate-app = require('my-boiler-plate-app') // CommonJS
console.log(my-boiler-plate-app.works) // true

Inspiration

Other Solutions

Contributors

LICENSE

MIT