dev_runner

Crates.iodev_runner
lib.rsdev_runner
version0.1.2
sourcesrc
created_at2024-06-15 19:45:37.232077
updated_at2024-06-16 14:00:59.872306
descriptionA CLI tool to run development commands in a project via a interactive menu
homepage
repositoryhttps://github.com/BalajiSriraman/Dev_Runner
max_upload_size
id1273080
size24,536
Balaji S (BalajiSriraman)

documentation

https://docs.rs/dev_runner

README

Package Script Runner

A command-line interface (CLI) tool built in Rust that detects package.json files and provides an interactive prompt to run npm scripts.

Features

  • Automatically detects package.json in the current directory
  • Lists all available npm scripts
  • Provides an interactive prompt for selecting and running scripts
  • Easy-to-use interface

Contributing

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

Acknowledgements

  • This project was inspired by the need for a quick and easy way to run npm scripts from the command line.
  • Built with Rust 🦀
Commit count: 7

cargo fmt