This repository was archived by the owner on Mar 21, 2025. It is now read-only.
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Add a CLI command that generates the package.json "scripty"'s for you #1
Open
Description
Idea being: by inspecting the file system of scripts/
, you should be able to populate the "scripts" section of the package.json so folks don't have to manually keep package.json in sync manually.
On the other hand we could seek a more dynamic approach that'd allow scripty to intercept npm run
without ever changing the package.json
For now i think the right thing to do is be explicit like we are being until we get some usage as feedback