#script-runner #runner #development #cli

bin+lib dev_runner

A CLI tool to run development commands in a project via a interactive menu

3 releases

0.1.2 Jun 16, 2024
0.1.1 Jun 16, 2024
0.1.0 Jun 15, 2024

#945 in Development tools

Download history 2/week @ 2024-12-04 1/week @ 2024-12-11

84 downloads per month

MIT license

10KB
185 lines

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 🦀

Dependencies

~5–13MB
~138K SLoC