Switch between multiple .bowerrc
files
Inspired by npmrc.
npm install -g bowerrc
$ bowerrc --help
bowerrc
Switch between different .bowerrc files
USAGE:
bowerrc list all bowerrcs
bowerrc [name] use a specific bowerrc
The first time you run bowerrc
, it will do two things:
- Create
~/.bowerrcs
. This is the directory used to store multiple.bowerrc
files - If you have an existing
~/.bowerrc
, it will copy it to~/.bowerrcs/default
and create a symlink for it.