0.1.1 • Published 10 years ago

lein-node v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

lein-node

Run's lein commands for a given directory.

Install

$ npm install -g lein-node

API

var lein = require("lein-node");
lein(options);

Options

options.app || "app";
options.args || "once";
options.stdout || function (data) {console.log("stdout: " + data)};
options.stderr || function (data) {console.error("stderr: " + data)};

Output

Use :output-to to output to a node friendly place.

Optimizations

Use :simple or :advanced or :whitespace.
:none works very differently.

Note: node can do it's own :whitespace optimizations.

License

MIT

Copyright Notices

test/simple is taken almost verbatim form https://github.com/emezeske/lein-cljsbuild

© Evan Mezeske, 2011-2013. Released under the Eclipse Public License - v 1.0.

0.1.1

10 years ago

0.1.0

10 years ago