zinigor / vortex-parse-ini

Ini parsing library for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INI Parser

The .ini file format is not actually standardized in many regards (like: how are multi-line entries treated or if and how comments are supported).

This library has a pluggable backend to support different formats through a common api

Supported formats

  • Windows API

About

Ini parsing library for node.js

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%