An open API service indexing awesome lists of open source software.

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.

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.