#bower-rp - A bower plugin CLI to reference bower packages main files to HTML
###Installing
npm install bower-rp -g
###Usage Open your root project directory that contains bower_components folder and type:
bower-rp reference <package_name> <your_file.html>
###Example
bower-rp reference bootstrap index.html
###Features
bower-rp solves the package dependencies, for example, the bootstrap.js
package has dependency on jquery.js
, then bower-ref will include automatically the jquery.js
before bootstrap.js
and bootstrap.css
in your HTML file.
###Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
###License MIT © João M.