Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finanalyst/rakudoc-maraca
Accessing rakudoc (aka new perl6doc) using maraca on Cro
https://github.com/finanalyst/rakudoc-maraca
Last synced: 17 days ago
JSON representation
Accessing rakudoc (aka new perl6doc) using maraca on Cro
- Host: GitHub
- URL: https://github.com/finanalyst/rakudoc-maraca
- Owner: finanalyst
- Created: 2019-11-28T23:50:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T22:23:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-08T14:01:11.557Z (about 1 month ago)
- Language: Perl 6
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rakudoc
This is an application stub generated by `cro stub`. To try it out,
you'll need to have Cro installed; you can do so using:```
zef install --/test cro
```Then change directory to the app root (the directory containing this
`README.md` file), and run these commands:```
zef install --depsonly .
cro run
```You can also build and run a docker image while in the app root using:
```
docker build -t rakudoc .
docker run --rm -p 10000:10000 rakudoc
```