exportify / 0.1.0 last updated 3 years ago created on Jun 14th 2012
Install
npm install --save exportify
Clone
git clone git@github.com:substack/exportify.git
maintainers
versions
| 0.1.0 | 3 years ago | substack |
| 0.0.1 | 4 years ago | substack |
| 0.0.0 | 4 years ago | substack |
readme
exportify
Generate require()-able javascript files from non-javascript files.
example
command-line usage
api
usage
methods
exportify(files, opts={})
For each file in the files array,
generate a file + '.js' file that exports the file's contents.
Optionally, if opts.ext is set, only include files in the files list with
the opts.ext extension.
install
With npm, to get the command-line tool do:
and to install the library do:
license
MIT
