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.
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.