Refactored CLI #15
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/js-crc32#15
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 a separate package located in
packages/crc32-cli
. Published npm package here.Coverage remained the same at 91.358% when pulling
eaabd0c8fc
on garrettluu:master into0d509b2f91
on SheetJS:master.This misses the removal of CLI-only dependencies from the package.json of the crc32 package (which is the main reason for the refactoring)
@garrettluu @srijonsaha what is the state of this work ?
@SheetJSDev any news on this ?
@SheetJSDev any chance to have this merged ? This is the last package where the CLI is not split yet IIRC.
We'll split the difference: keep the bin-script but refactor to remove the dependencies. The CLI script has been added to the repo in a commit attributed to @garrettluu
Pull request closed