dcodeIO/protobuf.js

View on GitHub
cli/bin/pbts

Summary

Maintainability
Test Coverage
#!/usr/bin/env node
var path = require("path"),
    cli  = require(path.join(__dirname, "..", "pbts.js"));
var ret  = cli.main(process.argv.slice(2));
if (typeof ret === 'number')
    process.exit(ret);