This project is currently in active development and not ready for production use.
- The installation methods mentioned in previous releases are temporarily unavailable
- We're working on a new release with improved stability and features
- Star and watch the repository for updates on the first stable release
- Feel free to contribute or report issues
If you've ever worked with Rust's Cargo, you know how pleasant it is to have a single, consistent interface for all your development tasks. cargonode brings that same experience to Node.js development by:
- Eliminating the need to remember different commands for different tools
- Providing sensible defaults while remaining fully configurable
- Working seamlessly with your existing Node.js toolchain
- Offering a consistent experience across all your projects
While we prepare for the first stable release, you can try cargonode by building from source:
git clone https://github.com/xosnrdev/cargonode.git
cd cargonode
cargo build --release
Licensed under either of MIT or Apache-2.0 at your option.