@lionweb/core
v0.9.2
Published
LionWeb core for {Java|Type}Script
Readme
The core package
An NPM package that can be added to a Node.js/NPM codebase as follows:
$ npm add @lionweb/coreIt contains:
- several base types
- the LionCore M3, including the
builtinslanguage - functions for (de-)serialization
Starting points
The following is a list of links to potential starting points:
- Implementation of the LionCore metametamodel (M3): see the specific README.
- Metamodel-generic/-aspecific code regarding:
- TypeScript type definitions.
- Representation of references.
- Serialization.
Development
Build it from source as follows:
npm run build