[This is deprecated. NEST is now built into DOME Engine.]
NEST allows game code and assets to be bundled for easy distribution with the DOME engine.
> git submodule init
> git submodule update
> make
./nest [options] -o bundle-file -- [files | directories]
Options:
-hwill display information about usage and the options.-zwill create a bundle.-xis reserved to unzip a bundle in the future.-vwill print the version of the bundler.-dwill include files starting with a dot such as.DS_Store.
This will create a bundle named "bundle-file" containing the various files and directories specified. If the only item to bundle is a directory, the bundle will be created as if the directory was the root.
This tool is likely to be sensitive to the current working directory, so make sure you are in the correct directory before running the command.