Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```