This is a Javascript implementation of a Standard Knowledge Language Engine for Standard Knowledge Language (SKL). It is written in Typescript and follows the SKL Engine specification.
npm install @comake/skl-js-engine
yarn add @comake/skl-js-engine
We will be posting more documentation on schemas soon.
Once you have schemas defined for your domain, all you have to do is write code using the Verbs and Nouns in your schema to build your application logic.
To use SKL Javascript Engine in a browser, you'll need to use a bundling tool such as Webpack, Rollup, Parcel, or Browserify. Some bundlers may require a bit of configuration, such as setting browser: true in rollup-plugin-resolve.
To clone the repo, execute the following commands in your terminal:
git clone https://github.com/comake/skl-js-engine.git
cd skl-js-engine
npm ci
SKL Javascript Engine is open-source with certain limitations. See the LICENSE file for more info.
Copyright (c) 2024, Comake, Inc.