Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roadmap #3

Open
3 tasks
jonschlinkert opened this issue May 28, 2016 · 0 comments
Open
3 tasks

roadmap #3

jonschlinkert opened this issue May 28, 2016 · 0 comments

Comments

@jonschlinkert
Copy link
Member

jonschlinkert commented May 28, 2016

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 files cache #2
  • configfile first: this is the default generator
    1. resolve the path to this file first
    2. require it in
    3. 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
    4. If generators and tasks were defined but not resolved:
      • look for generators in node_modules
      • look for globally installed generators
    5. Last, fall back on any built-ins (for user help, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant