0.3.3 • Published 11 years ago

bowerful v0.3.3

Weekly downloads
12
License
-
Repository
-
Last release
11 years ago

#bowerful Build Status Dependencies Status

License Bleeding Edge Stable

###About Bowerful is based off of the idea of Twitter's Bower Node CLI tool. Bower is great and all but it makes you download EVERYTHING from the requested library's repository. Sometimes this is what you may want but most of the time all you need is the distributions of the packages. This is where bowerful comes into play.

Want to install EmberJS? Easy! bowerful emberjs. Want to install Bootstrap? Easy! bowerful bootstrap.

###How it works Bowerful works but pulling the requested package from the bowerful-link GitHub repo at http://github.com/m-porter/bowerful-links and placing them in a folder called bowerful/ in your current working directory.

###How to install

Stable Build

  1. npm install bowerful

Bleeding Edge Build

  1. cd to a directory of your choice and run git clone https://github.com/M-Porter/bowerful.git
  2. cd into bowerful/
  3. run npm install to install all package dependencies (you may need to run sudo npm install)
  4. run npm link to link the CLI tool to npm (you may need to run sudo npm link)

###How to uninstall

Just run npm rm --global bowerful. If you recieve an error, try running with sudo (sudo npm rm --global bowerful).

###We need help!

We can think up every possible library that we may need on our own! So help us out and submit an issue to request a library.

###Packages Supported

  • EmberJS
  • Bootstrap
  • JQuery
  • Font Amazing
  • More to come soon!

View all packges supported.

License

The MIT License (MIT)

Copyright (c) 2014 Matthew Porter

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago