README
SL.OnPremise.SLNodeJS.Typescript
First time only
Run npm install
after the git clone.
Running and testing.
Use npm run build
in order to build.
Use npm run test
in order to test.
For more commands, please see the package.json file.
SeaLights NodeJS Agent
<script type="module">
import slnodejsCore from 'https://cdn.skypack.dev/slnodejs-core';
</script>
Run npm install
after the git clone.
Use npm run build
in order to build.
Use npm run test
in order to test.
For more commands, please see the package.json file.