roadmap
jonschlinkert opened this issue · 0 comments
jonschlinkert commented
some things for the roadmap:
- base-env - we should drop support for registering instances and only do paths and functions. If
path
, then a function should be exported. the only time an instance ought to be exported is when it's in a locally installed "config file", like a gulpfile.js - files-cache: see #2
- configfile first: this is the default generator
- resolve the path to this file first
- require it in
- from the frame of reference of this generator:
- try to resolve generators and tasks passed on the command line
- try to resolve generators and tasks defined in package.json config or
*rc.json
file
- If generators and tasks were defined but not resolved:
- look for generators in
node_modules
- look for globally installed generators
- look for generators in
- Last, fall back on any built-ins (for user help, etc)