-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Proposal:
Add a CLI command to add scripts to package.json without opening a text editor
Reason:
This would make it easier to write install instructions that can be copy-pasted into a shell
Example:
> yarn add babel-cli babel-preset-react-app
> yarn add-script build "babel --presets=react-app/dev src -d lib"
> yarn build
(e.g. reactjs/react.dev#992)
eduard-malakhov, caseymeiz, look4regev, sotnikov-link, cameron-martin and 40 moreondrejsikaondrejsika and danielpoxondrejsika