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

https://github.com/junobuild/create-juno

A CLI for discovering Juno
https://github.com/junobuild/create-juno

Last synced: 3 months ago
JSON representation

A CLI for discovering Juno

Awesome Lists containing this project

README

          

# create-juno

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

```bash
npm create juno@latest
```

...and follow the prompts.

## Package managers

With NPM:

```bash
npm create juno@latest
```

With Yarn:

```bash
yarn create juno
```

With PNPM:

```bash
pnpm create juno
```

## Arguments

`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](https://github.com/junobuild/create-juno/tree/main/templates) of templates, available on GitHub.

## License

MIT © [David Dal Busco](mailto:david.dalbusco@outlook.com)

[juno]: https://juno.build