UNPKG

theia

Version:

Finds all npm modules in your directory and detects packages that are missing from your package.json

7 lines (4 loc) 128 B
#!/usr/bin/env node var argv = require('yargs').argv; var theia = require('./lib/theia.js'); theia.exec(argv, process.cwd());