0.1.0 • Published 7 years ago

airbnb-npm-boilerplate v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

airbnb-npm-boilerplate Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

An npm package boilerplate.

airbnb-npm-boilerplate in action

Live Playground

For examples of the component in action, go to https://xxd3vin.github.io/airbnb-npm-boilerplate.

OR

To run that demo on your own computer:

Getting Started

Install dependencies

Ensure packages are installed with correct version numbers by running:

(
  export PKG=airbnb-npm-boilerplate;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g; s/ *//g' | xargs npm install --save "$PKG"
)

Which produces and runs a command like:

npm install --save airbnb-npm-boilerplate moment@>=#.## react@>=#.## react-dom@>=#.## react-addons-shallow-compare@>=#.##

Maintaining

First release

  • put 0.0.0 in version section of package.json.
  • run npm run version:minor

Next release

  • run npm run version:patch for patch release.
0.1.0

7 years ago