@sorrell/cli-bootstrapper
v0.0.21
Published
The command-line tool for bootstrapping a new feature to Sanctifi.
Downloads
4
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
TPrompts for that type - Define
TPromptTwigs for each prompt - Use
MakeBranchto form the prompt tree
