A clone of Ember-CLI written in Rust.
I am currently learning Rust and I'm honestly not good at it.
So, as a learning project I'm creating a clone of Ember CLI in Rust.
Expect the code to be awful - I'm learning as I go...
cargo install rember
Supported features:
rember new project-name
will generate a new Ember application. The next npm install
step will fail because this tool doesn't yet dynamically change the project name in package.json
Command only works if you clone the project, not from Cargo yet.