This is about the development, and plugin examples of AcyOrt
Here are some plugins, and website examples
Fork and Install modules
$ git clone git@github.com:acyortjs/acyort.git
$ cd acyort && npm iFor testing, the following scripts are built in
flow
Run the functions in order that registered in the workflow
$ npm run flowhelp
Display all built in cli commands, including registered
$ npm run helpversion
Display the environment
$ npm run versionclean
Clean generated files.
$ npm run cleanIncluding test cases, coverage and code lint
$ npm t # lint and coverage test
$ npm run test:unit # unit test
$ npm run test:lint # code lint
$ npm run test:cover # coverage test
Contents