Bower
Intro
- How To Code: Twitter Bower
- Google I/O 2013 - Clientside Package Management: Less Work, More Awesome
- Build Podcast ep 045 - Bower
Files
- bower.json - name, version and dependencies.
- .bowerrc - directory (for installing the packages), json
Commands
- bower --version
- bower help
- bower search <package>
- bower info <package>
- bower install - installs the packages defined in the bower.json file.
- bower install <package>
- bower install <package>#1.2.0
- bower uninstall <package>
Others
See Grunt.