-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes, tests and initial py2 support (#2)
Changes * fixes bin path * initial py2 support * more unit tests * basic cli tests * refactoring code more testable
- Loading branch information
Jussi Vatjus-Anttila
authored
Mar 5, 2019
1 parent
be9bce9
commit 5498f7c
Showing
12 changed files
with
943 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env node | ||
|
||
require('../src/cli')(); |
Oops, something went wrong.