JSPM

  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q84483F
  • License MIT

A simple Node.js wrapper to compile INTERLIS models.

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.

Usage

const { compileIliModel } = require('ili2c');

console.log(compileIliModel('MODEL Test; END Test.'));