dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Support .dojorc config via package.json #160

Closed matt-gadd closed 5 years ago

matt-gadd commented 7 years ago

Supporting config via a key'd object in the package.json seems to be fairly common across the ecosystem now, perhaps we should consider supporting it?

kitsonk commented 7 years ago

yargs supports it... I would say we should support it.

kitsonk commented 6 years ago

Removing discussion, because we should do this. Scheduling for beta5.

kitsonk commented 6 years ago

The solution should abstract all commands from touching the configuration, which would address the concerns in #173

agubler commented 5 years ago

fix in https://github.com/dojo/cli/pull/260