cli-starter
Set up a cli project
Install
$ pnpm create un
? Project name: › un-project ✔
? Select a framework: ›
cli-starter
❯ docs-starter
monorepo-starter
ts-starter
ts-starter-vite
vue-component-starter
✔ Select a framework: › cli-starter
✔ Download template...
Done. Now run:
cd un-project
pnpm install
or
$ pnpm create un un-project -t cli-starter