You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Putting a pin in this. @kessler we should discuss this sometime later. Because nom, bare-react and chrome-ninja all do roughly the same - like the above - without sharing code. Ideally I'd like to make a module that:
Does strict option parsing (Yeoman does not coerce values, for example)
Merges questions with options (specify an option to skip a question)
Or somehow allows to specify questions and options in one go (same default value, validation)
Has a long and short term memory (bare-react has this, so when used multiple times in a session - like chrome-ninja generating a popup app and option app - it will not ask twice whether you want ES6)
If done right, we could add additional features later (that every generator benefits from), like:
A defaults or skipAll flag. If you just want to change one thing, you could do: yo x --skip-all --name new-name.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current order of input precedence for
nom:npm
is, with later overriding the former:license: "MIT"
or external like npm and git config)copyrightHolder
, things that can't be derived from anything else)package.json
It should be:
package.json
The text was updated successfully, but these errors were encountered: