1.2.0 • Published 9 months ago
@mugunth140/boiler v1.2.0
boiler 🔥
A lightning-fast CLI tool for kickstarting projects with custom boilerplate templates

Features
- 🚀 Instant public template access
- 🔒 Private template management
- ✨ Interactive prompts for seamless workflow
- 🎨 Animated terminal feedback
- 🔧 Extensible template system
Installation
npm install -g @mugunth140/boilerUsage
List public templates
boiler publicManage private templates
# List private templates
boiler private list
# Add new private template
boiler private addShow help
boiler --helpCommand Reference
| Command | Description |
|---|---|
boiler public | Show all available public templates |
boiler private list | List your private templates |
boiler private add | Add a new private template |
boiler --version | Show installed version |
boiler --help | Display command help |
Development Setup
- Clone repository:
git clone https://github.com/mugunth140/boiler-cli.git
cd boiler-cli- Install dependencies:
npm install- Link package globally:
npm link- Start in development mode:
npm run devDependencies
- Commander.js - Command framework
- Chalk - Terminal styling
- Prompts - Interactive prompts
- Nanospinner - CLI spinners
Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss proposed changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.