mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-07 10:15:10 +00:00
Summary: This commit includes a minimal usage of an actual CLI application. It provides the `help` command and no actual functionality. Test Plan: Unit tests added, with full coverage. To see it in action, first run `yarn backend`, then run `node bin/cli.js help`. wchargin-branch: cli-beginnings