README
Commands
$ npm test # run tests with Jest
$ npm run coverage # run tests with coverage and open it on browser
$ npm run lint # lint code
$ npm run build-ts # generate docs and transpile code
Table of Contents
License
MIT
Simple dialog engine for chatbot projects
<script type="module">
import deeplinkAiSimpleDialogProcessor from 'https://cdn.skypack.dev/@deeplink.ai/simple-dialog-processor';
</script>
$ npm test # run tests with Jest
$ npm run coverage # run tests with coverage and open it on browser
$ npm run lint # lint code
$ npm run build-ts # generate docs and transpile code
MIT