Skip to content

clojang/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent

Build Status Dependencies Status Clojars Project

Clojang Node and REPL Start-up

Clojang logo

Contents

About

The Clojang Agent is intended to perform one significant task and one minor one:

  • Start up a JInterface node (in the same way that an Erlang shell or an LFE REPL when the BEAM is started in distributed mode, e.g., -sname mynode)
  • Close the splash image that Clojang displays

Usage

To use the agent, update your project.clj (either top-level or one of your profiles) to include the following:

  ...
  :dependencies [
    [clojang/jiface "0.6.0"]
    [clojang/agent "0.6.0"]
    ...]
  :jvm-opts ["-Dnode.sname=clojang"]
  :java-agents [[clojang/agent "0.6.0"]]
  :aot [clojang.agent.startup]
  ...

Documentation

The clojang-agent API reference is available here:

Donating

A donation account for supporting development on this project has been set up on Liberapay here:

You can learn more about Liberapay on its Wikipedia entry or on the service's "About" page.

License

Copyright © 2018 The Clojang Project

Copyright © 2016-2017 Duncan McGreggor

Distributed under the Apache License Version 2.0.

About

Clojang Node and REPL Start-up

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors