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

https://github.com/immatheus/gpjs


https://github.com/immatheus/gpjs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Get Package JSON Scripts (gpjs)

A very simple npx script to print out your scripts in the terminal regardles of where you are in the project

## e.g

```bash
npx gpjs

dev: yarn dev
build: next build
format: prettier --write
```