1.0.4 • Published 2 years ago

@andrew_miller/scriptions v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago
npm i -D @andrew_miller/scriptions
or
yarn add -D @andrew_miller/scriptions
{
  "name": "name",
  "scripts": {
    "foo": "echo foo",
    "bar": "echo bar"
  },
  "scriptions": {
    "foo": "prints foo to the standard out stream",
    "bar": "prints bar to the standard out stream"
  },
  "dependencies": {
    "inquirer": "^9.1.2"
  }
}
npx scriptions
? FILE: /Users/andrewmiller/projects/scriptions/package.json:
 Choose the script you want to execute:
  1) Script: echo foo Scription: prints foo to the standard out stream Name: foo
  2) Script: echo bar Scription: prints bar to the standard out stream Name: bar
  Answer:
Answer: 1
echo foo
foo
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago