https://github.com/mudge/foreclojure-downloader
A Clojure library to download 4clojure problems for offline work.
https://github.com/mudge/foreclojure-downloader
Last synced: 3 months ago
JSON representation
A Clojure library to download 4clojure problems for offline work.
- Host: GitHub
- URL: https://github.com/mudge/foreclojure-downloader
- Owner: mudge
- Created: 2013-03-27T08:27:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T09:28:58.000Z (over 13 years ago)
- Last Synced: 2025-12-25T21:18:52.516Z (6 months ago)
- Language: Clojure
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foreclojure-downloader
A Clojure library to download 4clojure problems into locally runnable
tests using [Midje](https://github.com/marick/Midje).
## Usage
Use `lein run` to create tests under `src/foreclojure_solutions` by default.
This can be overridden by passing a path to `run`, e.g. `lein run solutions`.
```console
$ git clone git://github.com/mudge/foreclojure-downloader.git
$ cd foreclojure-downloader
$ lein deps
$ lein run
```
## License
Copyright © 2013 Paul Mucur
Distributed under the Eclipse Public License, the same as Clojure.