Files
Zos/Skills/@be/be/node_modules/jibo-emotion-system/README.md

1.5 KiB

jibo-emotion-system

Build Status

Confluence Docs

Usage docs

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

Emotion Space Graph

screen shot 2017-04-03 at 16 36 31