mblakele / node-safestart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:zlib License


Languages

Language:JavaScript 100.0%