kgryte / node-module-starter-kit

Node module starter kit.
MIT License
2 stars 0 forks source link

Cache options #1

Open Planeshifter opened 8 years ago

Planeshifter commented 8 years ago

When using the CLI app to create modules, it would be nice if there was functionality to specify default options used when the command is invoked without setting them. For example, one might want to always use the same values for the author and email options. To facilitate this, one could provide the user with a command to store values in a config.json file in his or her home directory, from which the default values would then be read.

kgryte commented 8 years ago

Yeah, I have that in the TODO, possibly using configstore, or storing in the user's config directory.