medzuslovjansky / msklc-parser

Parse MSKLC files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msklc-parser

Parse Microsoft Keyboard Layout Creator (MSKLC) .klc files into a JSON representation.

Usage

To install:

npm install msklc-parser --save

To use:

import fs from 'fs';
import msklcParser from 'msklc-parser';

const klc = fs.readFileSync('path/to/klc/file.klc', 'utf8');
const json = msklcParser(klc);

License

Licensed under the MIT License. See LICENSE.md for details.

About

Parse MSKLC files

License:MIT License


Languages

Language:TypeScript 97.8%Language:Shell 1.9%Language:JavaScript 0.3%