Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-medvedev/sls-tool

A CLI tool that displays available scripts from package.json
https://github.com/iam-medvedev/sls-tool

Last synced: 25 days ago
JSON representation

A CLI tool that displays available scripts from package.json

Awesome Lists containing this project

README

        

[![npm version](https://badge.fury.io/js/sls-tool.svg)](https://www.npmjs.com/package/sls-tool) ![](https://img.shields.io/github/license/iam-medvedev/sls-tool.svg)

# sls

A CLI tool that displays available scripts from package.json

# Installation

```
$ yarn global add sls-tool
or
$ npm install -g sls-tool
```

# Usage

```
$ sls -i

package.json scripts:
● start — react-scripts start
○ build — react-scripts build
○ test — react-scripts test --env=jsdom
○ eject — react-scripts eject
```