https://github.com/immatheus/gpjs
https://github.com/immatheus/gpjs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/immatheus/gpjs
- Owner: imMatheus
- Created: 2022-05-22T14:21:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T14:22:05.000Z (about 4 years ago)
- Last Synced: 2025-03-18T00:22:11.263Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```