create-launchpad
v1.0.0
Published
CLI tool to bootstrap new LaunchPad projects
Downloads
4
Maintainers
Readme
create-launchpad
CLI tool to quickly bootstrap new LaunchPad projects.
Usage
npx create-launchpad my-new-projectOr with npm:
npm init launchpad my-new-projectWhat it does
- Clones the LaunchPad template repository
- Removes git history and initializes a fresh repository
- Updates package.json with your project name
- Installs all dependencies with pnpm
- Provides next steps for configuration
Requirements
- Node.js 18+
- pnpm installed globally
- Git
Development
Test locally:
node cli.js test-projectPublishing
npm publish