mirror of
https://github.com/bower/bower.git
synced 2026-02-11 06:24:57 -05:00
2.5 KiB
2.5 KiB
- Offline usage
- Config
- Allow
config.cwdto be changed by an argument when using the CLI. Two ways of doing this:- Read a --cwd or similar and change the
config.cwdto it - Allow any arbitrary
config.*to be changed with --config.* arguments- It seems that
rcalready does this, but is bugged.. see: https://github.com/dominictarr/rc/issues/9
- It seems that
- Read a --cwd or similar and change the
- Codebase should access config directly and not use cached vars, see: https://github.com/twitter/bower/issues/232#issuecomment-16014467
- Allow
- Registry
- Register model
- Allow endpoints other than git?
- Allow easy unregister
- Possible ways to get rid of shim repos
- https://github.com/twitter/bower/issues/172#issuecomment-13017880
- https://github.com/twitter/bower/issues/198
- But then.. how would versions be handled here?? different versions might have changed the deps
- Publish model
- Register model
- Commands
- Bower script x
- post-install (only useful for moving files around)
- pre-publish
- etc
- bower test
- bower install & update
- Ability to target specific commits and not only versions
- But then, how would a version be guessed from it?!
- It would be ok project wise, but if used within a reusable package, it must have a version!
- Option to install deps in a tree structure like npm? see: https://github.com/twitter/bower/issues/157
- Be smart when guessing the name out of the endpoint, see: https://github.com/twitter/bower/issues/192
- Allow a name to be specified when installing some endpoints, see: https://github.com/twitter/bower/issues/192#issuecomment-16014201
- Also try to
guessversion from the file contents? see: https://github.com/twitter/bower/issues/193
- Also try to
- Print a tree like npm with the deps
- Root packages that resolve to same higher versions should always have priority!!
- Allow overrides of the registry for easier fork integration? this need to be discussed as part of the spec, see: https://github.com/twitter/bower/issues/342
- Install only stable versions, see: https://github.com/twitter/bower/issues/266
- Expand also .gz files, see: https://github.com/twitter/bower/issues/347
- Ability to target specific commits and not only versions
- Bower script x
- Gracefully remove all created tmp dirs
- Use update-notifier!!
- Use yeomen insight!!
- bower could setup a git hook on folders that are github repos to make validation of the json (if it conforms with the spec)