Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Be-UI/Be-CLI
🥝 A cli for quickly generating project template
https://github.com/Be-UI/Be-CLI
ant-design cli element-plus eslint react template unocss vitejs vitest vue3 windicss
Last synced: 28 days ago
JSON representation
🥝 A cli for quickly generating project template
- Host: GitHub
- URL: https://github.com/Be-UI/Be-CLI
- Owner: Be-UI
- License: mit
- Created: 2022-08-24T15:32:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T03:19:44.000Z (over 1 year ago)
- Last Synced: 2024-11-15T03:12:34.612Z (about 2 months ago)
- Topics: ant-design, cli, element-plus, eslint, react, template, unocss, vitejs, vitest, vue3, windicss
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 13
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
test
Be-CLI
A cli for quickly generating project template
test
# Be-CLI 🦋 🚀> A simple project template with [Vite.js](https://vitejs.dev/)
This template should help get you started developing with Vue or React and Typescript in Vite in a bliss.
## Features
- ⚡️ [Vite](https://github.com/vitejs/vite)️,
- ☘️ [Vue3](https://github.com/vuejs/vue),
- 🔥 [React](https://github.com/facebook/react)
- 🌷 [UnoCSS](https://github.com/unocss/unocss)
- 🌺 [WindiCSS](https://github.com/windicss/windicss)
- 🍵 [Element-Plus](https://github.com/element-plus/element-plus)
- 🍁 [Ant Design Vue](https://github.com/vueComponent/ant-design-vue)### Styling
- [UnoCSS](https://github.com/unocss/unocss) with The instant on-demand Atomic CSS engine.
- [WindiCSS](https://github.com/windicss/windicss) Next generation utility-first CSS framework.### UI Components
- [Element-Plus](https://github.com/element-plus/element-plus) 🎉 A Vue.js 3 UI Library made by Element team
- [Ant Design Vue](https://github.com/vueComponent/ant-design-vue) 🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜### Unit Test
- [Vitest](https://github.com/vitest-dev/vitest) A Vite-native test framework. It's fast!
- [Jest](https://github.com/facebook/jest) Delightful JavaScript Testing.### How to ues ?
#### Install
```` 1. shell
$ pnpm install be-ui-cli --global
````#### 2.Input your project name
```` shell
$ sudo be-ui-cli create
? please input your project name › be-cli-project
````#### 3. Select template type
```` shell
? please select a template type ›
❯ vue + vite template
react + vite template
lib template
````#### 4. Select UI component
```` shell
? please select a ui component library ›
❯ element-plus
ant design vue
````#### 4. Select a css atom library
```` shell
? please select a css atom library ›
❯ windicss
unocss
Don't need
````#### 5. Select a unit test library
```` shell
? please select a unit test library ›
❯ vitest
jest
Don't need
````#### create project
```` shell
start creating project ...
⠋ Loading
start creating package.json ...start setting windicss ...
set windicss success !
start setting vitest ...
set vitest success !
create package.json success !
✔
create project success !````
### Other
#### -v | --version
Display version message```` shell
be-ui-cli -v
````#### -h | --help
Display help message```` shell
be-ui-cli -h
````
test