1.2.0 • Published 9 years ago
my-boiler-plate-app v1.2.0
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 which is bundled with 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:
- https://npmcdn.com/my-boiler-plate-app@1.0.0/dist/index.umd.js
- https://npmcdn.com/my-boiler-plate-app@1.0.0/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) // true
Inspiration
Other Solutions
Contributors
LICENSE
MIT