Skip to content

ejlo/lein-externs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lein-externs

A Leiningen plugin to generate externs for your ClojureScript project

Usage

Put Clojars Project into your :user profile or the :plugins vector of your project.clj file

Then run it with

lein externs [build] [output file]

Without the output file the extern is printed to standard out.

Example:

To use the default build for the project, run:

lein externs > externs.js

or

lein externs nil externs.js

Specify the release build with:

lein externs release externs.js

License

Copyright © 2013-2015 Rasmus Buchmann, Erik Ouchterlony, Benjamin Teuber

Distributed under the Eclipse Public License, the same as Clojure.

About

A Leiningen plugin to extract externs for your ClojureScript project

Resources

Stars

Watchers

Forks

Packages

No packages published