Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.03 KB

create-un

Quickly start a project using a template.

Document: https://create-un.netlify.app

Help you create:

  • 🔧 Command line tool template
  • 🖖 Vue component lib template
  • 📚 document template
  • 🦾 Typescript lib template
  • 🗂 monorepo template

Try it now!

$ pnpm create un

Set your configuration:

? 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

Template Detail

More: