adamrenklint/asimov.js

View on GitHub
bin/asimov

Summary

Maintainability
Test Coverage
#!/usr/bin/env node

// The CLI is just tiny module that loads
// commands from the working directory

var CommandLineInterface = require('../lib/CommandLineInterface');
var cli = new CommandLineInterface();