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 componentcargo run --bin dolph watch
to start the server in watch modecargo run --bin dolph build
to compile the app to javascript for production