Skip to content

Naimul007A/starter-kit-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-project

Or in the current directory:

kit

Follow 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.

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published