konobi / kwalitee

Package for measuring node package kwalitee
MIT License
12 stars 5 forks source link

User server.js for single executables #19

Open piranna opened 8 years ago

piranna commented 8 years ago

The default value for the start script is to exec node server.js, so if there's no specific start script on package.json and the package has only a single executable (like a CLI), that executable file should be named server.js so it can be launched with npm in a standard and homogeneous way.