Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epeios-q37/mppq-cli
A markdown presentation processor with command-line interface.
https://github.com/epeios-q37/mppq-cli
Last synced: 24 days ago
JSON representation
A markdown presentation processor with command-line interface.
- Host: GitHub
- URL: https://github.com/epeios-q37/mppq-cli
- Owner: epeios-q37
- License: agpl-3.0
- Created: 2018-02-24T14:30:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T13:40:19.000Z (over 3 years ago)
- Last Synced: 2024-11-18T02:44:40.345Z (about 2 months ago)
- Language: C++
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mppq-cli
## Presentation
A *markdown* presentation processor with command-line interface.
Intended to be used in conjunction with *[Marp](https://q37.info/s/w/marp)*.
Currently, generates a new *markdown* file from an existing one with, for each slide containing a list, a slide with none of the list items, then one with only the first, then another with the 2 firsts and so on. So, during the presentation, the items of a list will appear one after the other.
Other features will be provided in the future.
You may be interested into some informations about the [configuration](http://q37.info/s/c/conf).
## Running
Retrieve this repository. Under *Windows*, retrieve the wanted binary under the *release* section and put them at the root of the repository. For *POSIX* system (*Cygwin*, *GNU/Linux*, *macOS*...), launch `make` (both `make` command and a *C++* compiler must be installed).
Launch `mppq --help` at the root of the repository to see how it works.
## Status
*GNU/Linux* & *OS X* : [![Travis CI](https://travis-ci.org/epeios-q37/mppq-cli.png)](https://travis-ci.org/epeios-q37/mppq-cli)
*Windows* : [![AppVeyor](http://ci.appveyor.com/api/projects/status/github/epeios-q37/mppq-cli)](http://ci.appveyor.com/project/epeios-q37/mppq-cli)