Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

zekesonxx/wow-toc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

World Of Warcraft Addon .toc file parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published