dokie-cli
v0.1.4
Published
Dokie AI PPT CLI - Preview and manage your slides locally
Maintainers
Readme
@dokie/cli
Dokie AI PPT CLI - Preview and manage your slides locally.
Installation
npm install -g @dokie/cliCommands
dokie themes
List all available themes.
dokie themes # List all themes
dokie themes --json # Output as JSONdokie theme <name>
Get details about a specific theme.
dokie theme "Modern Blue" # Show theme details
dokie theme "Modern Blue" --json # Output as JSONdokie preview <file>
Preview slides from a JSON file.
dokie preview slides.json # Start preview server
dokie preview slides.json -p 8080 # Use custom port
dokie preview slides.json --no-open # Don't open browserSlides JSON Format
{
"project_name": "My Presentation",
"slides": [
{
"pvp_id": 1,
"page_index": 0,
"slide": "<!DOCTYPE html>..."
},
{
"pvp_id": 2,
"page_index": 1,
"slide": "<!DOCTYPE html>..."
}
]
}Development
# Install dependencies
npm install
# Build CLI
npm run build:cli
# Build preview app
npm run build:preview
# Build all
npm run buildLicense
MIT
