Skip to content

jfgrissom/create-juno

 
 

Repository files navigation

create-juno

A CLI for creating new Juno projects. Just run...

npm create juno@latest

...and follow the prompts.

Package managers

With NPM:

npm create juno@latest

With Yarn:

yarn create juno

With PNPM:

pnpm create juno

Arguments

create-juno runs in interactive mode. You can also specify your project name and template with command line arguments:

npm create juno@latest my-juno-project -- --template nextjs-starter

Check out the full list of templates, available on GitHub.

License

MIT © David Dal Busco

About

A CLI for discovering Juno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.2%
  • JavaScript 27.3%
  • HTML 12.2%
  • Vue 9.3%
  • Svelte 8.6%
  • Astro 3.8%
  • Other 3.6%