DeMoorJasper / msgpacker

A simple tool to package a directory for usage in web applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A simple tool to package a directory for usage in web applications

License:MIT License


Languages

Language:JavaScript 100.0%