An open API service indexing awesome lists of open source software.

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.

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)