Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 584 Bytes

@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