https://github.com/peterroe/un
Quickly start a project using a template.
https://github.com/peterroe/un
Last synced: 11 months ago
JSON representation
Quickly start a project using a template.
- Host: GitHub
- URL: https://github.com/peterroe/un
- Owner: peterroe
- License: mit
- Created: 2022-11-26T09:26:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T20:16:04.000Z (11 months ago)
- Last Synced: 2025-06-29T21:24:35.969Z (11 months ago)
- Language: TypeScript
- Homepage: https://create-un.netlify.app/
- Size: 3.25 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## create-un
Quickly start a project using a template.
Document: [https://create-un.netlify.app](https://create-un.netlify.app)
Help you create:
* 🔧 Command line tool template
* 🖖 Vue component lib template
* 📚 document template
* 🦾 Typescript lib template
## Try it now!
```shell
$ pnpm create un
```
Set your configuration:
```shell
? Project name: › un-project ✔
? Select a framework: ›
❯ cli-starter
docs-starter
ts-starter
ts-starter-vite
vue-component-starter
✔ Select a framework: › cli-starter
✔ Download template...
Done. Now run:
cd un-project
pnpm install
```
## Template Detail
More:
* [cli-starter](./templates/cli-starter/README.md)
* [vue-component-starter](./templates/vue-component-starter/README.md)
* [docs-starter](./templates/docs-starter/README.md)
* [ts-starter](./templates/ts-starter/README.md)
* [ts-starter-vite](./templates/ts-starter-vite/README.md)