A command-line utility for Node.js to quickly spin up new projects from starter kits. Designed for teams who want consistency and flexibility.
- Fast project bootstrapping with a single command
- Supports multiple starter kits (Laravel, Node.js, Python, etc.)
- Cleans up directories and installs dependencies automatically
- Interactive CLI for easy selection
Install globally using your favorite package manager:
npm install -g starter-kit-tool
# or
yarn global add starter-kit-tool
# or
npx starter-kit-tool
# or
pnpm dlx starter-kit-toolCreate a new project in a folder:
kit my-projectOr in the current directory:
kitFollow the prompts to select your starter kit. The tool will clone the template, install dependencies, and set up your environment.
kit [folder-name] Create a new project in the specified folder
kit Create a new project in the current directory
Options:
-h, -H, --help Show help message
Want to contribute? Please read CONTRIBUTING.md first.
For more info, visit the GitHub repo.