Kevoree targetting JavaScript platforms (NodeJS and Web Browsers)
More information here: http://kevoree.org
This repository follows the concept of monorepo with the help of Lerna.
yarn install
(because it uses workspaces)- ...write code...
lerna run test
- 👍