JSPM

updater-bower

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q16967F
  • License MIT

Update bower.json with data from package.json.

Package Exports

  • updater-bower

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (updater-bower) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

updater-bower NPM version NPM monthly downloads NPM total downloads Linux Build Status Windows Build Status Build Status

Update bower.json with data from package.json.

Getting started

Install update

If you haven't done so already, you will need to install update first. You can do so now with the following command:

$ npm install --global update

This adds the update command to your system path, allowing it to be run from any directory.

Install updater-bower

Next, install this updater with the following command:

$ npm install --global updater-bower

Run the updater

Always make sure your work is committed before running any updater! This updater will modify the contents of bower.json.

Run the updater with the following command:

$ update bower

This will run this updater's default task, which uses sync-pkg to update the contents of bower.json. See sync-pkg for more information or to create bug reports or feature requests.

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT license.


This file was generated by verb-generate-readme, v0.4.3, on March 16, 2017.