plushie-narwhal/README.md

7 lines
422 B
Markdown
Raw Permalink Normal View History

2017-10-25 20:14:56 -05:00
# Plushie Narwhal
A loosely organized group of utilities for generating resources, bundling them, and generating code to use them.
2017-10-26 02:38:08 -05:00
For example: call browserify on an input javascript file, bake the resulting javascript into the binary, and wrap it in a Rocket route which serves it up.
This was yanked out of a build script for another project, so while it can be used standalone, the API is not particularly great yet.