Commit Graph

21 Commits

Author SHA1 Message Date
André Cruz
05e44d5148 Fixes #185. 2012-12-30 11:40:45 +00:00
André Cruz
eb9f6aca03 Merge branch 'master' of github.com:twitter/bower into completion
Conflicts:
	README.md
	lib/commands/register.js
	lib/core/config.js
2012-12-30 11:01:11 +00:00
André Cruz
ae87fd4a32 Some tweaks to the completion.
- Now has a separate cache folder
- Adjust cache clean to also clear the completion cache (and fix some possible issues)
- Add two empty lines to the completion template in case the user does >> ~./bash_profile.sh
2012-12-30 10:53:37 +00:00
André Cruz
f242e93b08 Typo, oh noes! 2012-12-27 15:34:42 +00:00
André Cruz
ea5df078a6 Add new option to the help template. 2012-12-14 10:56:05 +00:00
Mickael Daniel
174c37d75d Tab completion, handler for install command
- results of the first lookup is cached to
  ~/.bower/completion/install.json
- consider caching in ~/.bower/cache instead, so that cache-clean
  command also removes completion cache.
2012-12-01 21:32:07 +01:00
André Cruz
b594d84855 Better message. 2012-11-22 08:43:44 +00:00
André Cruz
b5f68581df Improve link doc. 2012-11-21 22:44:59 +00:00
André Cruz
648fcace0f Add link command, change cache dirs. 2012-11-21 01:10:22 +00:00
André Cruz
e021276072 Extract and present errors from the shell (e.g.: git commands). 2012-11-20 20:13:17 +00:00
André Cruz
41e6f0bdbc Mismatch now has its custom template. 2012-11-19 00:39:08 +00:00
André Cruz
e245709963 Update uninstall documentation. 2012-11-18 16:49:46 +00:00
André Cruz
aa30fe885a Uninstall now removes also nested deps if not shared.
The uninstall now warns and halts uninstalling shared packages.
Though it can be forced with the --force flag.
Also fix CS, and fix small bug.
2012-11-18 16:49:25 +00:00
André Cruz
712953e799 Add missing template for the cache-clean command. 2012-10-18 00:52:40 +01:00
André Cruz
4d1882ed49 Tweak help templates. 2012-10-17 08:49:48 +01:00
André Cruz
8a4963026a Merge branch 'master' of git://github.com/twitter/bower into features_fixes
Conflicts:
	lib/core/config.js
	lib/core/package.js
	package.json
2012-10-17 08:18:57 +01:00
Jacob Thornton
341ad5c10c say we don't know version… when we don't know version… 2012-10-16 23:51:19 -07:00
André Cruz
be6a424c1c Change --no-colors to --no-color. 2012-10-15 20:19:41 +01:00
André Cruz
c589625b01 Add --no-colors options to the help templates, add missing --no-colors to the uninstall. 2012-10-15 01:44:15 +01:00
André Cruz
058524ca53 Add -f option to the install command. 2012-10-11 23:16:00 +01:00
Chris Aniszczyk
c220329337 Initial Release
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2012-09-06 17:11:42 -07:00