/node-safestart

Safe start ensures all your node dependencies exist and are up to date

Primary LanguageJavaScriptzlib LicenseZlib

Safe start

Checks if your dependencies are valid. Or throws an Error.

Usage / Examples

var safestart = require('safestart')

safestart(__dirname) // throws an Error on failure

Can also be used commandline:

safestart

License

Open source software under the zlib license.