# @artus/core

[![Node.js CI](https://github.com/artusjs/core/actions/workflows/nodejs.yml/badge.svg)](https://github.com/artusjs/core/actions/workflows/nodejs.yml)
[![codecov](https://codecov.io/gh/artusjs/core/branch/main/graph/badge.svg)](https://codecov.io/gh/artusjs/core)

Core package of Artus

## Build

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

```bash
npm run build
# Or
yarn build
# Or
pnpm run build
```

## Run test case

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

```bash
npm run test
# Or
yarn test
# Or
pnpm run test
```
