Installation And Release Use
Install from npm
npm install -g protoml-parser
Install from source
git clone https://github.com/Ente/protoml-parser.git
cd protoml-parser
npm install -g .
Release structure
- Source code for development and npm publishing
- Windows and Linux executables in
dist/ - Native Windows CHM help in
docs/chm/and copied todist/during release preparation SHA256SUMS.txtfor release checksums
Version check
protoparser --version
Continue with
After installation, move on to Quick Start for the first end-to-end document workflow.