1.2.0 • Published 9 years ago

my-boiler-plate-app v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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 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:

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