1.0.0 • Published 5 months ago
@czhw/create-template-cli v1.0.0
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-cliOr run it directly with npx:
npx create-template-cliUsage
Run the CLI tool:
create-templateThe 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:
- Clone the repository
- Install dependencies:
npm install - Make your changes
- Test your changes:
npm start
License
MIT
1.0.0
5 months ago