0.0.6 • Published 1 year ago
@szmxx/ucli v0.0.6
✨ ucli
A unified scaffold tool
- Nuxt3 Template \ Optional support for themes and internationalization
- Vite Template \ Optional support for themes and internationalization
- Node Template \ Koa frame,JWT etc
- Automatically \ Automatically install dependencies, initialize git, and create remote warehouses
🚧 This project is under development. More features are coming soon!
Usage
Install package:
# npm
npm install -g @szmxx/ucli
# yarn
yarn add -g @szmxx/ucli
# pnpm
pnpm install -g @szmxx/ucli
Add authentication information
git config --global ucli.auth <github_auth>
Create a new project
# create
ucli create <project-name>
# cd project
cd <project-name>
# start project
pnpm dev
License
Made with 💛 \ Published under MIT License.