-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 94: Added xlsx-renderer-cli #97
Conversation
* Add program and command body * Implement command line interface for xlsx-renderer * Refactor: move console out of main file, Update: package.json define sections: bin, types, files Update: Add documentation Remove: tests because commanderjs is not test-friendly :( let's investigate it further * 0.0.1-1 * Update README.md
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 51 51
Lines 966 966
Branches 134 134
=========================================
Hits 966 966
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@Metastasis could I please you for review? |
|
@Metastasis, I did requested fix, could I please you to do review again? |
@@ -0,0 +1,9 @@ | |||
{ | |||
"extends": [ | |||
"tslint:recommended", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tslint going to be deprecated, maybe we should use eslint in new code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I think it may be resolved in #64
@Siemienik Yes, thanks, I reviewed changes and I think marked PR as approved |
@Metastasis Thank you for review :) |
TODO:
closes #82 #94