JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q60735F
  • License MIT

The effortlessly way to run your js scripts

Package Exports

  • @gabsf-dev/run-script
  • @gabsf-dev/run-script/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gabsf-dev/run-script) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version RunScript is released under the MIT license.

GitHub CI Status

 

RunScript

The effortlessly way to run your js scripts

Getting Started

To use RunScript it's simple as to run:

npx @gabsf-dev/run-script

Or to install globally:

npm i -g @gabsf-dev/run-script

and run it using:

run-script

After that, just choose the script that you want to run, and RunScript make the rest, running your script automatically based on your package manager.

Flags

RunScript provides the following flags:

  • -V, --version

Logs the RunScript current version.

npx @gabsf-dev/run-script -V
  • -h, --help

Logs the RunScript help.

npx @gabsf-dev/run-script -h
  • -v, --view

Only show the scripts listed in your package.json in a table format.

npx @gabsf-dev/run-script --view

RunScript view example

License

RunScript is MIT licensed.

Copyright Contributors to the RunScript project.