Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipelinhares/scrpts
List npm scripts or other property from package.json
https://github.com/filipelinhares/scrpts
npm npm-scripts useless
Last synced: 28 days ago
JSON representation
List npm scripts or other property from package.json
- Host: GitHub
- URL: https://github.com/filipelinhares/scrpts
- Owner: filipelinhares
- License: mit
- Created: 2019-09-22T03:05:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T19:38:58.000Z (over 2 years ago)
- Last Synced: 2024-09-17T18:34:00.308Z (about 2 months ago)
- Topics: npm, npm-scripts, useless
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# npm scrpts
List npm scripts from `package.json`.
[![npm][npm-image]][npm-url] [![license][license-image]][license-url] [![changelog][changelog-image]][changelog-url] [![travis][travis-img]][travis-url]
## Usage
`package.json`
```
{
"scripts": {
"help: "npx scrpts"
}
}
```Optionally you can provide a property from package.json as argument:
```
npx scrpts dependencies # print dependencies
npx scrpts devDependencies
```### Globally
```
npm i -g scrpts# Inside folder
scrpts
```## License
[MIT](LICENSE.md) © Filipe Linhares
[travis-img]: https://travis-ci.org/filipelinhares/scrpts.svg?branch=master
[travis-url]: https://travis-ci.org/filipelinhares/scrpts
[changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat
[changelog-url]: CHANGELOG.md
[license-image]: https://img.shields.io/npm/l/scrpts.svg?style=flat
[license-url]: LICENSE.md
[npm-image]: https://img.shields.io/npm/v/scrpts.svg?style=flat
[npm-url]: https://www.npmjs.com/package/scrpts