1.0.0 • Published 12 months ago

eric-template-cli v1.0.0

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

Eric Template CLI

Eric Template CLI is a command-line tool for quickly setting up new projects using predefined templates.

Features

  • Supports Vue.js and React.js project templates.
  • Automatically removes the existing .git directory.

Installation

To install the CLI globally, run:

npm install -g eric-template-cli

Usage

To create a new project, use the following command:

etc init <template> <projectName>

Templates

  • vue: Creates a Vue.js project
  • react: Creates a React.js project

Example:

etc init vue my-vue-project
etc init react my-react-project

Contributing

Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.0

12 months ago