Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bogdanp/raco-invoke

Invoke raco commands from within Racket.
https://github.com/bogdanp/raco-invoke

racket

Last synced: about 2 months ago
JSON representation

Invoke raco commands from within Racket.

Awesome Lists containing this project

README

        

# raco-invoke

Invoke `raco` commands from Racket without starting a subprocess and
in a way that cooperates with `raco cross`.

## Usage

```racket
#lang racket/base

(require raco/invoke)

(raco "exe" "--help")
(raco "exe" "-o" "test" "test.rkt")
```

## License

raco-invoke is licensed under the 3-Clause BSD license.