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

https://github.com/wmfs/cardscript-doc-generator

Produces Cardscript's main README.md file using Cardscript's JSON Schema and other sources.
https://github.com/wmfs/cardscript-doc-generator

cardscript

Last synced: 10 months ago
JSON representation

Produces Cardscript's main README.md file using Cardscript's JSON Schema and other sources.

Awesome Lists containing this project

README

          

# cardscript-doc-generator

> Produces markdown documentation for Cardscript.

## Install
```bash
$ npm install cardscript-doc-generator --save
```

## Usage
```bash
$ npm run generate
```

## Testing

```bash
$ npm test
```

## License
[MIT](https://github.com/wmfs/cardscript-doc-generator/blob/master/LICENSE)