https://github.com/onyx-platform/onyx-spec
Clojure specs for Onyx core.
https://github.com/onyx-platform/onyx-spec
Last synced: 3 months ago
JSON representation
Clojure specs for Onyx core.
- Host: GitHub
- URL: https://github.com/onyx-platform/onyx-spec
- Owner: onyx-platform
- License: epl-1.0
- Created: 2017-09-12T21:37:35.000Z (over 8 years ago)
- Default Branch: 0.14.x
- Last Pushed: 2019-04-25T16:03:32.000Z (over 6 years ago)
- Last Synced: 2025-09-22T19:57:37.729Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onyx-spec
Clojure specs for Onyx core.
## Usage
In your project file:
```clojure
[org.onyxplatform/onyx-spec "0.14.1.1"]
```
In your peer boot-up namespace:
```clojure
(:require [onyx.spec])
```
## Doo
For cljs testing run:
`npm install karma karma-cljs-test karma-chrome-launcher --save-dev`
to get everything setup. Then run:
`lein doo once`
to run the tests.
Note: You need to update `/test/onyx/spec/test_runner.cljs` whenever you rename or add cljs targeted test files.
## License
Copyright © 2017 Distributed Masonry
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.