Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iam-medvedev/sls-tool
- Owner: iam-medvedev
- License: wtfpl
- Created: 2019-01-12T15:59:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T15:19:51.000Z (over 2 years ago)
- Last Synced: 2024-09-16T00:31:15.835Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://iam-medvedev.github.io/sls-tool/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -ipackage.json scripts:
● start — react-scripts start
○ build — react-scripts build
○ test — react-scripts test --env=jsdom
○ eject — react-scripts eject
```