UNPKG

957 BMarkdownView Raw
1# antlr4ts-cli -- TypeScript/JavaScript target code generator for ANTLR 4
2
3> Copyright 2016 The ANTLR Project. All rights reserved.
4>
5> Licensed under the BSD-3-Clause license. See [LICENSE](./LICENSE) file in the project root for license information.
6
7<div class="api_stability api_stability_1">Stability 1 - Experimental. :warning:<br>
8This feature was introduced recently, and may change or be removed in the future. </div>
9
10#Installation
11
12`npm install -g antlr4ts-cli`
13
14You may also install a copy of this local to your package using this command:
15
16`npm install --save-dev antlr4ts-cli`
17
18
19This is a NPM wrapper of a ANTLR 4 code generation tool for TypeScript. The actual tool is written in Java, so you will need
20to have a modern version of Java (>= JRE 1.6) to use it. One installed, this command may be used for more information:
21
22```
23antlr4ts
24```
25
26For general See general information about ANTLR see http://www.antlr.org
\No newline at end of file