Refactored CLI to separate npm package #4
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/js-adler32#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses this issue.
Moved CLI into its own package, located in
packages/adler32-cli
. Published NPM package hereCoverage remained the same at 88.71% when pulling
b40011c6f7
on garrettluu:master intod747eda300
on SheetJS:master.this misses the removal of the
exit-on-epipe
andprintj
dependencies from theadler32
package (as they are only used by the CLI)