1.0.0 • Published 6 years ago

testmochaes6 v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

Atom generator for JavaScript

To create project npm

npm install --save-dev @babel/cli @babel/core @babel/node @babel/register @babel/preset-env chai mocha nodemon

The code files are located in the /src folder

To launch Unit Tests

npm run-script test

Unit tests are located in the /test folder The unit tests use mocha and chai

To build emac5 to output (OPTIONAL)

npm run-script build 

the translated code for "distribution" is available in the ./dist folder