Skip to content
/ cli_v2 Public

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.

Notifications You must be signed in to change notification settings

dolphjs/cli_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOLPHJS CLI

Current on development, to run this cli follow the steps below:

  1. cargo build

  2. cargo run --bin dolph new <project_name>

  3. cargo run --bin dolph generate <schematics> <component_name> 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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published