eric-template-cli
v1.0.0
Published
CLI for fetching project scaffolds
Downloads
4
Maintainers
Readme
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.