winex-bootstrap

1.1.0 • Public • Published

Winex Bootstrap

Installation

Install with npm.

npm install winex-bootstrap --save

Usage

  1. Include bootstrap.less into your project.
  2. Enjoy!

Releasing a new npm version

  1. Finish updates and commit them
  2. Prepare the new npm version
    1. Edit package.json and update the version field: e.g. v1.0.0
    2. Add changes to the CHANGELOG.md if available
  3. Commit the version number update (and nothing else): git commit -m 'prepare release v.1.0.0'
  4. Create tag: git tag -a v1.0.0 -m 'release v1.0.0'
  5. Push commit and tag: git push --tags origin master
  6. Publish the new npm version: npm publish

Readme

Keywords

Package Sidebar

Install

npm i winex-bootstrap

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • bentzibentz
  • flowdee