Current on development, to run this cli follow the steps below:
-
cargo build
-
cargo run --bin dolph new <project_name>
-
cargo run --bin dolph generate <schematics> <component_name>
to generate a component -
cargo run --bin dolph watch
to start the server in watch mode -
cargo run --bin dolph watch --bun
to start the server in watch mode using bun -
cargo run --bin dolph build
to compile the app to javascript for production -
cargo run --bin dolph watch --bun
to start the server in watch mode using the bun runtime. -
cargo run --bin dolph start
to start the server in production with node. -
cargo run --bin dolph start --bun
to start the server in production with bun.