create-juno
v0.8.7
Published
A CLI for creating new Juno projects
Maintainers
Readme
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@latestWith Yarn:
yarn create junoWith PNPM:
pnpm create junoArguments
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-starterCheck out the full list of templates, available on GitHub.
License
MIT © David Dal Busco
