This is about the development, and plugin examples of AcyOrt

Plugins

Here are some plugins, and website examples

Development

Fork and Install modules

$ git clone git@github.com:acyortjs/acyort.git
$ cd acyort && npm i

npm Scripts

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

test

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