jibo-emotion-system
Development
Project source code supports both *.js files written in ES6 Javascript as well as *.ts files written in TypeScript.
Tests are written in ES6 with a *.test.js file ending
###Project structure
src/: All project source files
test/: All project test source files
lib/jibo-emotion-system.js
package.json: NPM Project dependencies
Important: Plugins
This plugin builds typings slightly different from other skills.
Run gulp dts to build typings after building, before testing and pushing!
###Get Started
Run yarn install to get all dependencies
###Building
To build, run yarn build
###Testing
To run tests, yarn test:debug
Usage Docs
Information on project and emotional architecture and overview can be found in the Confluence Docs
Information on how to use the emotion system can be found in API docs