rbuchmann / nopl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nopl

A template for node command line scripts. Includes

  • nrepl support via piggieback
  • basic line-wise reading from stdin
  • command line arg parsing

Usage

To create a new project:

lein new nopl hello-world
cd hello-world

to fire up the repl, do:

(require 'cljs.repl.node)
(cemerick.piggieback/cljs-repl (cljs.repl.node/repl-env))

License

Copyright © 2015 Rasmus Buchmann

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%