https://github.com/cm-iv/cmiv-cli
A command line interface which generates web development frameworks.
https://github.com/cm-iv/cmiv-cli
astro blitzjs cli nextjs redwoodjs rust solidjs typescript
Last synced: about 2 months ago
JSON representation
A command line interface which generates web development frameworks.
- Host: GitHub
- URL: https://github.com/cm-iv/cmiv-cli
- Owner: CM-IV
- License: gpl-3.0
- Created: 2021-07-20T06:28:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T04:04:51.000Z (12 months ago)
- Last Synced: 2025-02-15T03:24:13.372Z (4 months ago)
- Topics: astro, blitzjs, cli, nextjs, redwoodjs, rust, solidjs, typescript
- Language: TypeScript
- Homepage:
- Size: 346 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmiv-cli
A command line interface which auto generates a frontend (or full-stack) framework
**UPDATE: (now written in Rust, final binary size reduced and runtime speed increased)**
Pick from these options (so far):
- NextJS App Router
- BlitzJS App Router
- RedwoodJS (Typescript)
- AstroJS
- AdonisJS
- Preact Vite Typescript
- SolidJS Vite Typescript
- Svelte Vite Typescript## Installation
---
Pick one of the binaries from the GitHub releases and add it to your PATHYou can also build `CMIV-CLI` yourself, provided that Rust is installed via `cargo build --release`