This repository was archived by the owner on Mar 27, 2019. It is now read-only.
This repository was archived by the owner on Mar 27, 2019. It is now read-only.
some .componentrc or other environmental configuration file #517
Open
Description
for stuff like:
- installation name
- build directory
- build name
- standalone name
- custom remotes (i.e. replace the github remote with your own)
- proxy
the primary reason is that a lot of the CLI utilities need these variables, but putting them all as an option every time is a little annoying. it'll also make --help
less verbose.
note that this is only for local configurations. the entire build should work with and without this config file.
alternatives:
- add an object to
component.json
like.builder
- use only environmental variables
references: