@sorrell/cli-bootstrapper
v0.0.21
Published
The command-line tool for bootstrapping a new feature to Sanctifi.
Downloads
2
Readme
CLI Bootstrapper
This tool is a minimal wrapper for Commander, Inquirer, and Ora to create basic CLI tools.
Prompt Branches
How to use:
- Define a type whose data you wish to prompt for
- Define
TPrompt
s for that type - Define
TPromptTwig
s for each prompt - Use
MakeBranch
to form the prompt tree