miva-lsk-tools
v1.8.0
Published
Various tools to assist in parsing the Miva LSK...
Downloads
12
Readme
Miva LSK Tools
Tools that generate completion data for the Miva IDE VSCode plugin (and other uses).
Usage
CLI
- Clone the repository locally.
- Open Terminal and
cd
into the root folder. - Run
npm install
- Run
npm i -g .
- Run
miva-lsk-parser --help
for more information.
LSK Parser
- Generates a JSON, MVT or JS Object containing LSK functions sorted by file.
- Useful for generating
<mvt:do>
/<MvDO>
completion data.
Builtin Function Scraper
- Scrapes completion data for Empressa builtin functions from mivascript.com for use in VSCode.
Mv Tag Scraper
- Scrapes completion data for Miva Script tags from mivascript.com for use in VSCode.