npm.io
1.2.2 • Published 10 months agoCLI

starter-kit-tool

Licence
ISC
Version
1.2.2
Deps
4
Size
15 kB
Vulns
0
Weekly
0

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.

Keywords