OSF CLI v0.5.0 - Initial 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