
Brief
CodeSlide CLI: A simple code slideshow command line interface
Functionality In A Nutshell
Generate a slide file from given schema
All Instructions Are In Manual
Install commands (pick one):
- npm i -g codeslide-cli
- cargo install codeslide-cli
Note this project is still incomplete (WIP), only CLI App is open for End User now.
Example
Version
- Current: 0.9.0
- Pre-MVP: 0.5.0
Tech Stack
- Template Engine
- Module Eundler
- TypeScript (ES6)
- Rust
Features
- Read client schema and export slide files
- Use Highlight.js as Syntax Highlighter
- Use Webpack as Module Bundler
- Use SerDe as Deserializer
- Use Askama (Jinja-like) for HTML Templating
- Use file descriptors for I/O
Contributors