Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bogdanp/raco-invoke
- Owner: Bogdanp
- License: bsd-3-clause
- Created: 2022-01-12T09:04:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:04:53.000Z (about 2 years ago)
- Last Synced: 2024-11-21T03:46:30.821Z (3 months ago)
- Topics: racket
- Language: Racket
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.