|
|
|
|
|
by ReadTheLicense
1401 days ago
|
|
This is standard in Node.js ecosystem and I love it. Each package has scripts in package.json that you can run with npm run [name], and some of these like start, test or build (and more) are standardized. It's really great DX. |
|