my-boiler-plate-app
v1.2.0
Published
My boiler plate app
Downloads
7
Readme
my-boiler-plate-app
This is my boiler plate app
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-appAlternatively you can get the UMD build which is also published to the npm registry and is therefore available via npmcdn.com:
- https://npmcdn.com/[email protected]/dist/index.umd.js
- https://npmcdn.com/[email protected]/dist/index.umd.min.js
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) // trueInspiration
Other Solutions
Contributors
LICENSE
MIT
