Skip to content

artusjs/core

Repository files navigation

@artus/core

Node.js CI codecov

Core package of Artus

Build

@artus/core write with TypeScript, so we need build source code to Node.js Module.

npm run build
# Or
yarn build
# Or
pnpm run build

Run test case

@artus/core use jest for unit-test case.

npm run test
# Or
yarn test
# Or
pnpm run test