A new beta release of yini-cli, the command-line tool for working with YINI configuration files, is now available.
What's new in v1.1.1-beta
- Updated: The CLI now uses YINI Parser
v1.3.2-beta(previouslyv1.3.0-beta).
This brings in:
- UTF-8 BOM handling (with and without BOM).
- Shebang (#!) support (the line will be skipped if detected, without breaking parsing).
- Additional parser robustness and test coverage.
About YINI
YINI is an INI-inspired configuration format designed for clarity and predictable behavior.
It supports nesting, comments, and a formally defined syntax, while remaining easy to read and edit by hand.
Links
- π¦ npm: https://www.npmjs.com/package/yini-cli
- π§ YINI docs & spec: https://yini-lang.org
- π» Source code: https://github.com/YINI-lang/yini-cli
Feedback and small improvements are always welcome.
No breaking CLI changes were introduced.
Top comments (0)