An open API service indexing awesome lists of open source software.

https://github.com/athos/spec-example


https://github.com/athos/spec-example

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# spec-example

An example project to demonstrate how to develop apps with clojure.spec

## Usage

Clone the repository, and launch Clojure REPL as follows:

```sh
lein repl
```

Or

```
clj -Adev
```

And then, type in the following expression in your REPL:

```clojure
(goto 'spec-example.todo)
```

## License

Copyright © 2018 Shogo Ohta

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