finboxio-safestart
v1.1.0
Published
Checks if everything is up to date
Downloads
15
Readme
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.