https://github.com/codamic/hellhound_examples
Code examples for HellHound library.
https://github.com/codamic/hellhound_examples
clojure clojurescript component hellhound stream system
Last synced: 3 months ago
JSON representation
Code examples for HellHound library.
- Host: GitHub
- URL: https://github.com/codamic/hellhound_examples
- Owner: Codamic
- License: epl-1.0
- Created: 2017-07-26T19:28:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T20:03:46.000Z (about 7 years ago)
- Last Synced: 2025-01-12T01:33:25.521Z (5 months ago)
- Topics: clojure, clojurescript, component, hellhound, stream, system
- Language: Clojure
- Homepage: http://hellhound.io
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HellHound Examples
This repository contains several examples to demonstrate the usage of [HellHound](//hellhound.io).## Usage
Clone the repository. If you want to use the development version of **HellHound**, clone the
[repo](//github.com/Codamic/hellhound) as well and put it under `checkouts/hellhound` directory
inside the examples clone. Otherwise if you want to just use the HellHound's jar file don't do
anything (before the 1.0.0-rc1 release there might not be a jar file yet).If you want to run the example against a specific version of HellHound just change the current
branch to the version name. For example for version `1.0.0-rc1` do as follows:```bash
git checkout 1.0.0-rc1
```Now it's time to run the examples. In order to run each individual example, grab the namespace name
from the example file and use the namespace in the following command:```bash
lein run -m /main
```That's it.
### Bugs
Please open an issue if you found any bug in the examples or have any question.## License
Copyright © 2016-2018 Sameer Rahmani <[@lxsameer](//twitter.com/lxsameer)>.
Distributed under the EPL-1.0 License.