@c9up/ream-cli-darwin-arm64
v0.1.2
Published
Rust-native CLI for the Ream framework. Instant startup, no Node.js boot penalty.
Downloads
315
Readme
ream
Rust-native CLI for the Ream framework. Instant startup, no Node.js boot penalty.
Install
npm install -g @c9up/ream-cliCommands
# Create a new project
ream new my-app
# Development
ream dev # start with hot-reload
ream build # compile TypeScript
ream start # run production
# Code generation
ream make:controller order Order
ream make:service order Payment
ream make:entity order OrderItem
ream make:validator order CreateOrder
ream make:provider Stripe
ream make:migration create_orders_table
# Package management
ream configure @c9up/atlas
ream configure @c9up/tailwind
ream configure @c9up/photon
# Diagnostics
ream doctor
ream infoBuild from source
cargo build --release
# Binary at target/release/reamLicense
MIT
