Skip to content

Nodemon replica but for Rust , reduces the need to run cargo build or cargo run after few changes

License

Notifications You must be signed in to change notification settings

mahmudsudo/cargomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargomon

Cargomon is a Rust implementation inspired by the popular Node.js tool nodemon. It watches your Rust project for file changes and automatically rebuilds and runs your application.

Installation

You can install Cargomon using cargo:

cargo install cargomon

Usage

Navigate to your Rust project directory and run:

cargomon

Cargomon will watch for file changes in your project, rebuild when changes are detected, and run the resulting executable.

Features

  • Automatic rebuilding and restarting of your Rust application
  • Customizable file watching patterns
  • Support for cargo workspaces
  • Configurable through command-line options

For more configuration options, run cargomon --help.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Acknowledgements

This project was inspired by nodemon for Node.js.

About

Nodemon replica but for Rust , reduces the need to run cargo build or cargo run after few changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages