Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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