CLI tool to clone launchpad into your current working directory with the specified project name.
npm install launchpad-cli
launchpad-cli <command> <flags>
create
--protocol <ssh | https>
--bootstrap
-h, --help
-V, --version
--no-color
--quiet
-v, --verbose
launchpad-cli create # Creates a bare-bones
launchpad-cli create --bootstrap # Clones the entire launchpad project
launchpad-cli create --protocol https # Clones the repo using the https protocol