Sha256: 3657679a4ec1c9fb53ffe4e8bfd46515b6ab6b1b20b5aa03a1e88032996d42e4

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

; Projects compiled with :target :nodejs have this file appended.  Its
; job is to make sure cljs.nodejs is loaded and that the *main-cli-fn*
; is called with the script's command-line arguments.
(ns cljs.nodejscli
  (:require [cljs.nodejs :as nodejs]))

; Call the user's main function
(apply cljs.core/*main-cli-fn* (drop 2 (.-argv nodejs/process)))

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clementine-0.0.3 ext/clojure-clojurescript-bef56a7/src/cljs/cljs/nodejscli.cljs
clementine-0.0.2 ext/clojure-clojurescript-bef56a7/src/cljs/cljs/nodejscli.cljs