We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779daa6 commit 239aabeCopy full SHA for 239aabe
README.md
@@ -16,6 +16,20 @@ Further reading:
16
* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)
17
* [JavaScript-specific notes](http://doc.kaitai.io/lang_javascript.html) - also includes Quick start guide
18
19
+## Development
20
+
21
+After cloning this repository, you must run these commands to compile the
22
+TypeScript source file [`KaitaiStream.ts`](./KaitaiStream.ts) into the
23
+`KaitaiStream.js` file (ignored by Git) with JavaScript code:
24
25
+```shell
26
+npm install
27
+npm run build
28
+```
29
30
+`npm run build` also needs to be run after each change to
31
+[`KaitaiStream.ts`](./KaitaiStream.ts).
32
33
## Licensing
34
35
Copyright 2012-2016 Ilmari Heikkinen\
0 commit comments