Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

launchpad-cli

CLI tool to clone launchpad into your current working directory with the specified project name.

Usage

npm install launchpad-cli

launchpad-cli <command> <flags>

Valid commands:

create

Valid flags:

--protocol <ssh | https>

--bootstrap

-h, --help

-V, --version

--no-color

--quiet

-v, --verbose

Examples

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