Package Exports
- ili2c
- ili2c/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ili2c) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ili2c
A simple Node.js wrapper to compile INTERLIS models.
const ili2c = require('ili2c');
const result = ili2c.compileModel("test/SO_ARP_SEin_Konfiguration_20250115.ili", "test.log");
Features
Requirements
Known Issues
Release Notes
0.0.2
- First release that compiles ili models.
0.0.1
- Initial release of the ili2c wrapper without any function.