https://github.com/dolphjs/cli_v2
This is an advanced DolphJS CLI built with Rust, designed for greater efficiency, performance, and the capability to support the robust features introduced in DolphJS v2.
https://github.com/dolphjs/cli_v2
Last synced: 3 months ago
JSON representation
This is an advanced DolphJS CLI built with Rust, designed for greater efficiency, performance, and the capability to support the robust features introduced in DolphJS v2.
- Host: GitHub
- URL: https://github.com/dolphjs/cli_v2
- Owner: dolphjs
- Created: 2025-01-07T03:53:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T13:51:07.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:36:06.506Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## DOLPHJS CLI
Current on development, to run this cli follow the steps below:
1. `cargo build`
2. `cargo run --bin dolph new `
3. `cargo run --bin dolph generate ` to generate a component
4. `cargo run --bin dolph watch` to start the server in watch mode
5. `cargo run --bin dolph watch --bun` to start the server in watch mode using bun
6. `cargo run --bin dolph build` to compile the app to javascript for production
7. `cargo run --bin dolph watch --bun` to start the server in watch mode using the bun runtime.
8. `cargo run --bin dolph start` to start the server in production with node.
9. `cargo run --bin dolph start --bun` to start the server in production with bun.