1
0
Fork 0

🚧 Ongoing work on CFP

This commit is contained in:
Joost De Cock 2019-05-02 12:39:30 +02:00
parent 7cc4130a11
commit 6b6f6fd7cd
54 changed files with 1360 additions and 3295 deletions

View file

@ -23,7 +23,7 @@ module.exports = async () => {
.option('-r, --repo <string>', 'package repo path')
.option('-g, --no-git', 'generate without git init')
.option('-m, --manager <npm|yarn>', 'package manager to use', /^(npm|yarn)$/, defaults.manager)
.option('-t, --template <light|dark>', 'package template to use', /^(light|dark|custom)$/, defaults.template)
.option('-t, --template <default|custom>', 'package template to use', /^(default|custom)$/, defaults.template)
.option('-p, --template-path <string>', 'custom package template path')
.option('-s, --skip-prompts', 'skip all prompts (must provide package-name via cli)')
.parse(process.argv)