ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Bower

by benschwarz ALL

Install Bower packages from within Sublime

Details

  • 2014.07.10.13.30.55
  • github.​com
  • github.​com
  • 10 years ago
  • 56 minutes ago
  • 11 years ago

Installs

  • Total 23K
  • Win 13K
  • Mac 8K
  • Linux 3K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Bower, for Sublime Text

This is a plugin for Sublime text, it will allow you to install packages via Twitter's Bower tool.

Want to learn about the available packages? Check Bower components

How to use

Run the command “Bower install” to get a list of packages from the canonical bower repository. Packages will be installed the current working directory.

Want to know more about Bower, or this plugin in action? Checkout my screencast.

Installation

  • Install bower using NPM: npm install bower -g
  • Ensure that the bower binary is available in your path (type bower into your Terminal / Command prompt)
  • Install msysgit (Windows only)

Sublime Package Control allows you to easily install or remove sublime-bower (and many other packages) from within the editor. It offers automatically updating packages as well so you no longer need to keep track of changes in sublime-bower.

  • Install Sublime Package Control (if you haven't done so already) from http://wbond.net/sublime_packages/package_control

  • Bring up the command palette (default ctrl+shift+p or cmd+shift+p) and start typing Package Control: Install Package then press return or click on that option to activate it. You will be presented with a new Quick Panel with the list of available packages. (Search for “Bower”)

Alternately, instead of using Package Control, you can manually install sublime-bower (be aware, you'll have to fetch updates yourself):

On Mac OS X, in your Terminal:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
  git clone git://github.com/benschwarz/sublime-bower.git Bower

On Windows, inside a command prompt (cmd.exe):

Error: language “cmd” is not supported
cd "%APPDATA%\Sublime Text 2\Packages"
  git clone git://github.com/benschwarz/sublime-bower.git Bower

Platforms

  • Works on Sublime text 2 & 3
  • Works on Mac, Linux & Windows

Contributing

  • Check the issue list to find something to help with
  • Add any implementation queries, ideas or psudeo code
  • Fork the project, work in a topic branch
  • Send a pull request
  • You the boss now, dawg

Contributors

Licence

Licenced MIT.