cli-usage.mp4
See also Example usages
- Prepare
Node.js
runtime andNPM
package manager - Run
npm install -g codeslide-cli
on the command line
- It allows you to easily make awesome slideshows for code snippets on command lines
- It is an application of CodeSlide
- It is a Node.js Command Line Interface (CLI)
- See Reference for more information
- It uses esbuild as module bundler
- It uses gray-matter as YAML Front Matter parser
- It uses Commander.js as CLI framework
- It uses Eta as HTML template engine
- It uses Highlight.js as syntax highlighter
- It uses Marked as Markdown renderer
- It uses Node Fetch as resource fetcher
- It uses Puppeteer as PDF printer
- It uses TypeScript as the main programming language
- It uses Zod as JSON schema validator