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 i
For testing, the following scripts are built in
flow
Run the functions in order that registered in the workflow
$ npm run flow
help
Display all built in cli commands, including registered
$ npm run help
version
Display the environment
$ npm run version
clean
Clean generated files.
$ npm run clean
Including 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