Skip to content

Commit b726827

Browse files
committed
feat(cli): implement CLI interface
1 parent 253a5c2 commit b726827

File tree

6 files changed

+93
-104
lines changed

6 files changed

+93
-104
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ test-directory/
1414
.data
1515
.DS_Store
1616
.md-renderer
17+
*.html

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ test-directory/
88
.npmignore
99
.travis.yml
1010
.md-renderer
11+
*.html
1112
appveyor.yml
1213
CONTRIBUTING.md

.nycrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"src/**/*.js"
66
],
77
"exclude": [
8-
"**/*.test.js"
8+
"**/*.test.js",
9+
"src/cli.js"
910
],
1011
"reporter": [
1112
"json",

0 commit comments

Comments
 (0)