Skip to content

OSF CLI v0.5.0 - Initial Release

Choose a tag to compare

@alpha912 alpha912 released this 27 Jun 22:26
· 77 commits to main since this release

๐Ÿš€ Initial Release of OmniScript Format CLI v0.5.0

Features

  • ๐Ÿ“ Parse & Validate OSF files with comprehensive syntax checking
  • ๐ŸŽจ Format & Lint OSF documents for consistent style
  • ๐ŸŒ Render to HTML with live formula evaluation and responsive design
  • ๐Ÿ“„ Export to Markdown & JSON with computed spreadsheet values
  • ๐Ÿ” Semantic Diff between OSF documents
  • ๐Ÿงฎ Formula Engine supporting arithmetic operations and cell references
  • โšก Fast CLI with comprehensive error handling

Packages Published

  • @osf/parser@0.5.0\ - Core OSF parsing and serialization
  • @osf/cli@0.5.0\ - Command-line tools

Installation

\\๏ฟฝash
npm install -g @osf/cli

or

pnpm add -g @osf/cli
\\

Usage Examples

\\๏ฟฝash
osf parse document.osf # Parse and validate
osf render slides.osf # Render to HTML
osf export data.osf --target md # Export to Markdown
osf lint document.osf # Style checking
\\

What's Next

  • PDF/DOCX/PPTX rendering implementations
  • Advanced formula functions
  • Plugin system for custom renderers

Universal document DSL for LLMs, agentic AI, and Git-native workflows