Skip to content

noahziheng/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

About

Core package of Artus

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%