Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olical/lein-transcriptor
Execute all of your project's .repl files with transcriptor.
https://github.com/olical/lein-transcriptor
clojure testing transcriptor
Last synced: 4 months ago
JSON representation
Execute all of your project's .repl files with transcriptor.
- Host: GitHub
- URL: https://github.com/olical/lein-transcriptor
- Owner: Olical
- License: unlicense
- Created: 2017-10-06T18:29:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T18:29:59.000Z (over 7 years ago)
- Last Synced: 2024-10-14T16:44:25.147Z (4 months ago)
- Topics: clojure, testing, transcriptor
- Language: Clojure
- Homepage:
- Size: 1.95 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# lein-transcriptor [![Clojars Project](https://img.shields.io/clojars/v/olical/lein-transcriptor.svg)](https://clojars.org/olical/lein-transcriptor)
Execute all of your project's `.repl` files with [transcriptor][].
## Usage
Add the desired `olical/lein-transcriptor` version to your `:plugins` vector and `com.cognitect/transcriptor` to your `:dependencies`.
You may need to upgrade your Clojure version to one that has `clojure.spec` support.
```sh
# This will execute all of your .repl files in this directory or below.
lein transcriptor# You can provide a path to run all .repl files under that specific path.
# When you don't provide a path, it defaults to "."
lein transcriptor ./my/repl-files
```## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.Do what you want. Learn as much as you can. Unlicense more software.
[unlicense]: http://unlicense.org/
[transcriptor]: https://github.com/cognitect-labs/transcriptor