https://github.com/bogdanp/raco-invoke
  
  
    Invoke raco commands from within Racket. 
    https://github.com/bogdanp/raco-invoke
  
racket
        Last synced: 7 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:04:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T00:33:45.986Z (8 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.