1.0.1 • Published 10 months ago

@wehrhaus/get-package-scripts v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

get-package-scripts

List scripts defined in any package.json file within your project from the terminal.

Installing

npm

npm install @wehrhaus/get-package-scripts --save-dev

yarn

yarn add @wehrman/get-package-scripts --dev

Example

{
  "name": "Example",
  "scripts": {
    "test-script-one": "test-script-one-action",
    "test-script-two": "test-script-two-action",
    "test-script-three": "test-script-three-action"
  }
}

image