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
- Host: GitHub
- URL: https://github.com/junobuild/create-juno
- Owner: junobuild
- License: mit
- Created: 2024-01-10T18:15:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:37:33.000Z (about 2 years ago)
- Last Synced: 2024-04-14T02:55:52.787Z (about 2 years ago)
- Language: TypeScript
- Size: 5.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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