frytz
v0.0.11
Published
CLI for building common software FrontEnd
Downloads
22
Maintainers
Readme
Frytz CLI
Frytz is a lightweight yet powerful CLI tool designed to quickly scaffold common front-end applications, simplifying multi-platform development by unifying file structure and code for Desktop, Web, App, and Mini-Program projects with customizable tech stacks.
Features
- Multi-Platform Template Generation
- Customizable Tech Stack
Supported Stacks
| Platform | Platform Framework | JS Framework | UI Framework | | -------- | ------------------ | ------------ | --------------------------------------------- | | Web | None | React,Vue | React:Antd ShadcnUIVue:ElementPlus | | App | React Native | React | React:Antd ShadcnUIVue:ElementPlus | | Desktop | Electron | React,Vue | React:Antd ShadcnUIVue:ElementPlus | | Mini App | Uniapp/Taro | React,Vue | React:Antd ShadcnUIVue:ElementPlus |
Install
You can install Frytz globally using npm:
npm install -g frytz
Usage
Once installed, you can use the frytz
command in your terminal.
Create a New Project
To create a new front-end project, run:
frytz create <project-name>
This will generate a basic project structure tailored to your needs.
View Help
To see the list of available commands and their descriptions, use the following command:
frytz help
This will display all available commands and their usage instructions.
License
This project is licensed under the MIT License.