1.2.0 • Published 9 months ago

@mugunth140/boiler v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

boiler 🔥

npm version License: MIT Node.js Version

A lightning-fast CLI tool for kickstarting projects with custom boilerplate templates

npm.io

Features

  • 🚀 Instant public template access
  • 🔒 Private template management
  • ✨ Interactive prompts for seamless workflow
  • 🎨 Animated terminal feedback
  • 🔧 Extensible template system

Installation

npm install -g @mugunth140/boiler

Usage

List public templates

boiler public

Manage private templates

# List private templates
boiler private list

# Add new private template
boiler private add

Show help

boiler --help

Command Reference

CommandDescription
boiler publicShow all available public templates
boiler private listList your private templates
boiler private addAdd a new private template
boiler --versionShow installed version
boiler --helpDisplay command help

Development Setup

  1. Clone repository:
git clone https://github.com/mugunth140/boiler-cli.git
cd boiler-cli
  1. Install dependencies:
npm install
  1. Link package globally:
npm link
  1. Start in development mode:
npm run dev

Dependencies

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.

1.2.0

9 months ago

1.0.5

9 months ago

1.0.2

9 months ago

0.0.5

9 months ago