Contributing
Unlike Clojure and other Clojure contrib libs, this project does not have many restrictions for contributions. Just open an issue or pull request.
Get the Code
promesa is open source and can be found on github.
You can clone the public repository with this command:
git clone https://github.com/funcool/promesa
Run tests
To run the tests execute the following:
For the JVM platform:
clojure -X:dev:test
And for JS platform:
npm install
npm test
You will need to have Node.js installed on your system.
License
promesa is licensed under MPL-2.0 license:
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) Andrey Antukh <niwi@niwi.nz>