-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Here's what I'm thinking (this all works locally):
- when tasks are explicitly defined on
argv, run them - when no tasks are explicitly defined on
argv- if
.verb.mdexists AND noverbfile.jsexists, run thereadmetask (the downside is that we need also inform the user thatverb-readme-generatorneeds to be installed) - if no
.verb.md, set the default task todefault(we can also ask the user if they want to add one, and if so, we can generate it then set the default task toreadme) - if tasks were not passed on
argvand thetasksproperty defined on theverbconfig object in package.json or in.verb.json, we will use that value
- if
Questions:
- If tasks are defined in
package.jsonon theverbconfig object, or in.verb.json, AND averbfile.jsexists, IMO that doesn't change anything, we should still run the tasks defined on the config object. Pushback? thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels