Documentation under construction.
yarn add @z1/lib-api-box-core
import { apiBoxCore, task as Fn, fs as Fs } from '@z1/lib-api-box-core'
const apiBox = apiBoxCore(customExtensionFn())
const example = task((t, a) => {
/*your task code here
!Please look at the configuration section below */
})
const fs = @z1/preset-task