22
33A Go-based parser that converts Articulate Rise e-learning content to various formats including Markdown and Word documents.
44
5+ [ ![ Go version] ( https://img.shields.io/github/go-mod/go-version/kjanat/articulate-parser?logo=Go&logoColor=white )] [ gomod ]
6+ <!-- [][Package documentation] -->
7+ <!-- [][Go report] -->
8+ [ ![ Tag] ( https://img.shields.io/github/v/tag/kjanat/articulate-parser?sort=semver&label=Tag )] [ Tags ]
9+ [ ![ Release Date] ( https://img.shields.io/github/release-date/kjanat/articulate-parser?label=Release%20date )] [ Latest release ]
10+ [ ![ License] ( https://img.shields.io/github/license/kjanat/articulate-parser?label=License )] ( LICENSE )
11+ [ ![ Commit activity] ( https://img.shields.io/github/commit-activity/m/kjanat/articulate-parser?label=Commit%20activity )] [ Commits ]
12+ [ ![ Last commit] ( https://img.shields.io/github/last-commit/kjanat/articulate-parser?label=Last%20commit )] [ Commits ]
13+ [ ![ GitHub Issues or Pull Requests] ( https://img.shields.io/github/issues/kjanat/articulate-parser?label=Issues )] [ Issues ]
14+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/kjanat/articulate-parser/ci.yml?logo=github&label=CI )] [ Build ]
15+ [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/kjanat/articulate-parser?token=eHhaHY8nut&logo=codecov&logoColor=%23F01F7A&label=Codecov )] [ Codecov ]
16+
517## Features
618
719- Parse Articulate Rise JSON data from URLs or local files
@@ -140,6 +152,14 @@ The parser includes error handling for:
140152- File I/O errors
141153- Unsupported content types
142154
155+ <!-- ## Code coverage
156+
157+ 
158+
159+ 
160+
161+  -->
162+
143163## Limitations
144164
145165- Media files (videos, images) are referenced but not downloaded
@@ -161,3 +181,13 @@ Potential improvements could include:
161181## License
162182
163183This is a utility tool for educational content conversion. Please ensure you have appropriate rights to the Articulate Rise content you're parsing.
184+
185+ [ Build ] : https://github.com/kjanat/articulate-parser/actions/workflows/ci.yml
186+ [ Codecov ] : https://codecov.io/gh/kjanat/articulate-parser
187+ [ Commits ] : https://github.com/kjanat/articulate-parser/commits/master/
188+ [ Go report ] : https://goreportcard.com/report/github.com/kjanat/articulate-parser
189+ [ gomod ] : go.mod
190+ [ Issues ] : https://github.com/kjanat/articulate-parser/issues
191+ [ Latest release ] : https://github.com/kjanat/articulate-parser/releases/latest
192+ [ Package documentation ] : https://godoc.org/github.com/kjanat/articulate-parser
193+ [ Tags ] : https://github.com/kjanat/articulate-parser/tags
0 commit comments