msgpacker
v0.0.3
Published
A simple command line util for creating msgpack based packages. Useful when you want to have a project/folder from your local machine in the browser with for testing.
Downloads
3
Readme
msgpacker
A simple command line util for creating msgpack based packages. Useful when you want to have a project/folder from your local machine in the browser with for testing.
Usage
Packing
msgpacker pack <source-directory> <target-file>
Unpacking
msgpacker unpack <source-file> <target-directory>