starter-kit-tool
v1.2.2
Published
A quick command-line utility for NodeJS that helps quickly spin up new projects.
Downloads
13
Maintainers
Readme
StarterKit Tool
A command-line utility for Node.js to quickly spin up new projects from starter kits. Designed for teams who want consistency and flexibility.
🚀 Features
- 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
📦 Installation
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-tool🛠️ Usage
Create 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.
🎒 Available Starter Kits
📋 CLI Options
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🧑💻 Contributing
Want to contribute? Please read CONTRIBUTING.md first.
🙏 Thanks for using StarterKit Tool!
For more info, visit the GitHub repo.
