UNPKG

cli-monkeytype

Version:

A command-line typing test application inspired by Monkeytype

6 lines (4 loc) 204 B
#!/usr/bin/env node // This is the main entry point for the CLI Monkeytype application // It simply exports the main functionality from the bin directory module.exports = require('./bin/monkeytype.js');