js-conf-parser
v1.0.3
Published
conf file parser for ts/js
Readme
JS/TS .conf File Parser
installation
npm i js-conf-parserusage
// with absolute path
parseConfig("/path/to/config", "filename.cfg")
// with relative path
parseConfig("path/to/config", "filename.cfg")for the supported features, please check the examples
this project is licensed under the MIT License
