2023-04-10 21:13:33 +02:00
2023-04-10 21:13:33 +02:00
2023-04-10 17:06:12 +02:00
2023-04-10 17:04:01 +02:00
2014-09-29 19:40:13 -04:00
2014-09-29 19:44:43 -04:00
2023-04-10 17:03:40 +02:00
2014-09-29 19:40:13 -04:00
2023-04-10 17:06:12 +02:00
2023-04-10 17:06:12 +02:00
2014-09-29 19:47:59 -04:00
2023-04-09 23:35:37 +02:00

wow-toc

Build Status

World Of Warcraft addon .toc file parser. Written in Node.js.

Built on the documentation at Wowpedia.

Usage

$ npm install wow-toc

var wowtoc = require('wow-toc');

var k = wowtoc.parse(fs.readFileSync('somefile.toc'));
wowtoc.stringify(k);

Notes / Caveats

  • Does not acknowledge #@no-lib-strip@/#@end-no-lib-strip@
  • Dependencies/OptionalDeps/etc remain strings (easy to convert to arrays anyways)
  • Doesn't validate tag names (## Bacon: Strip is valid to it but not to WoW)

License

MIT. See LICENSE

Description
World Of Warcraft Addon .toc file parser
Readme 132 KiB
Languages
TypeScript 98.2%
JavaScript 1.8%