https://github.com/athos/spec-example
https://github.com/athos/spec-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athos/spec-example
- Owner: athos
- License: epl-1.0
- Created: 2018-03-03T14:49:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T10:55:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T09:30:16.640Z (11 months ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.