1.0.0 • Published 5 months ago

@czhw/create-template-cli v1.0.0

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

Create Template CLI

A command-line tool for generating web project templates quickly and easily.

Features

  • Generate HTML, Vue, React, or Angular project templates
  • Simple interactive CLI interface
  • Customizable project names
  • Ready-to-use templates with modern design

Installation

You can install the package globally:

npm install -g create-template-cli

Or run it directly with npx:

npx create-template-cli

Usage

Run the CLI tool:

create-template

The CLI will guide you through selecting a template and naming your project.

Available Templates

HTML Template

A simple HTML, CSS, and JavaScript template with responsive design and basic functionality.

Vue Template

A Vue 3 project using Composition API, Vue Router, and Pinia for state management.

React Template

A React project with React Router for navigation and a clean component structure.

Angular Template

An Angular project with routing and component-based architecture.

Development

To contribute to this project:

  1. Clone the repository
  2. Install dependencies: npm install
  3. Make your changes
  4. Test your changes: npm start

License

MIT

1.0.0

5 months ago