https://github.com/nhttp/create-nhttp
An Simple CLI for creating nhttp-project.
https://github.com/nhttp/create-nhttp
Last synced: 6 months ago
JSON representation
An Simple CLI for creating nhttp-project.
- Host: GitHub
- URL: https://github.com/nhttp/create-nhttp
- Owner: nhttp
- License: mit
- Created: 2023-09-05T08:21:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T05:21:06.000Z (over 1 year ago)
- Last Synced: 2025-06-21T02:40:24.238Z (7 months ago)
- Language: TypeScript
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Create NHttp
An Simple CLI for creating nhttp-project.
> Inspired by [create-vite](https://vitejs.dev/)
> Still In Alpha. PRs Wellcome :).
Doc => https://nhttp.deno.dev/docs/cli
### Npm
```bash
npm create nhttp@latest
```
### Deno
```bash
deno run -Ar npm:create-nhttp
```
### Templates
- Basic (basic nhttp starter).
- MVC (Model, View, Controller).
- React SSR (React Server-Side-Rendering & partial-hydration).
- Preact SSR (Preact Server-Side-Rendering & partial-hydration).
- Svelte SSR (soon...).
- Vue SSR (soon...).
## License
[MIT](LICENSE)