Open nickserv opened 7 years ago
I would like to set website and defaultLicense globally for my convenience. I tried adding a .yo-rc.json to my home directory with { "generator-license": ... } but yo license still doesn't show these values in the prompts. Is this supported?
website
defaultLicense
.yo-rc.json
{ "generator-license": ... }
yo license
generator-license could remember the latest selected value using the store property: prompt({name: 'license', store: true ...})
store
prompt({name: 'license', store: true ...})
I don't think there's a convenient manual way for you to do so.
I would like to set
website
anddefaultLicense
globally for my convenience. I tried adding a.yo-rc.json
to my home directory with{ "generator-license": ... }
butyo license
still doesn't show these values in the prompts. Is this supported?