Created cli command. Updated tracker script.

This commit is contained in:
Mike Cao 2020-07-23 22:07:57 -07:00
parent 49a55b40b4
commit a6975ecedd
9 changed files with 120 additions and 35 deletions

View file

@ -1,3 +1 @@
const { name, version } = require('./package.json');
console.log(`${name} ${version}`);
module.exports = {};