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

Latest commit

 

History

History
37 lines (21 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 559 Bytes

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