Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 27, 2019
1 parent 523acad commit 2cb328e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
[![Build status](https://ci.appveyor.com/api/projects/status/wwfs4utm08dd9vx2/branch/master?svg=true)](https://ci.appveyor.com/project/borkdude/deps.clj/branch/master)
[![Clojars Project](https://img.shields.io/clojars/v/borkdude/deps.clj.svg)](https://clojars.org/borkdude/deps.clj)

A port of the [clojure](https://github.com/clojure/brew-install/) bash script to
Clojure.
Clojure provides the `clojure` [command line
tool](https://clojure.org/guides/deps_and_cli) for:

- Running an interactive REPL (Read-Eval-Print Loop)
- Running Clojure programs
- Evaluating Clojure expressions

The `clojure` tool is written in bash. This is a port of that tool written in
Clojure itself.

## Quickstart

Expand Down

0 comments on commit 2cb328e

Please sign in to comment.