Package Exports
- carbites-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (carbites-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
carbites-cli
CLI tool for splitting a single CAR into multiple CARs from the comfort of your terminal.
Install
npm install -g carbites-cli
Usage
# Split a big CAR into many smaller CARs
carbites split big.car --size 100MB --strategy simple # (default size & strategy)
# Join many split CARs back into a single CAR.
carbites join big-0.car big-1.car ...
# Note: not a tool for joining arbitrary CARs together! The split CARs MUST
# belong to the same CAR and big-0.car should be the first argument.
Contribute
Feel free to dive in! Open an issue or submit PRs.
License
Dual-licensed under MIT + Apache 2.0