adamrenklint/asimov.js

View on GitHub
lib/commands/start.js

Summary

Maintainability
A
0 mins
Test Coverage
var bootstrap = require(process.cwd() + '/index');

module.exports = function startCommand (next) {
  bootstrap.start(next);
};