Settings

Theme

Standardize Getting Started: The Need for ./bin/start

ombulabs.com

4 points by etagwerker 10 years ago · 1 comment

Reader

ericclemmons 10 years ago

I agree that this convention is useful.

We have dozens of Node projects at my office, and you can tell the age of them by whether the start script is "grunt", "gulp", "npm run dev" or "npm start".

Using [per-env][0], we've begun replacing all setup and all starts for every environment to be "npm install" and "npm start".

[0]: https://github.com/ericclemmons/per-env

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection