Core package of Artus
npm install @artus/core

Core package of Artus
@artus/core write with TypeScript, so we need build source code to Node.js Module.
``bash`
npm run buildOr
yarn buildOr
pnpm run build
@artus/core use jest for unit-test case.
`bash``
npm run testOr
yarn testOr
pnpm run test