A CLI for creating new Juno projects
npm install create-junoA CLI for creating new [Juno] projects. Just run...
``bash`
npm create juno@latest
...and follow the prompts.
With NPM:
`bash`
npm create juno@latest
With Yarn:
`bash`
yarn create juno
With PNPM:
`bash`
pnpm create juno
create-juno runs in interactive mode. You can also specify your project name and template with command line arguments:
`bash``
npm create juno@latest my-juno-project -- --template nextjs-starter
Check out the full list of templates, available on GitHub.
MIT © David Dal Busco
[juno]: https://juno.build