https://github.com/octoper/clerk-create
https://github.com/octoper/clerk-create
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octoper/clerk-create
- Owner: octoper
- License: mit
- Created: 2025-02-12T18:06:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:15:33.000Z (over 1 year ago)
- Last Synced: 2026-01-19T08:29:26.568Z (5 months ago)
- Language: TypeScript
- Size: 475 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## create-clerk-app
## Scaffolding Your First Clerk application
With NPM:
```bash
$ npm create clerk-app@latest
```
With Yarn:
```bash
$ yarn create clerk-app
```
With PNPM:
```bash
$ pnpm create clerk-app
```
With Bun:
```bash
$ bun create clerk-app
```
Currently supported template presets include:
- `nextjs-app-router`
- `nextjs-pages-router`
## Credits
This project also contains code derived or copied from [https://github.com/vitejs/vite].
- https://github.com/sxzz/tsdown
- https://github.com/privatenumber/cleye
## License
[MIT](./LICENSE) License © 2025 [Vaggelis Yfantis](https://github.com/octoper)