This contributing guide is how to development @jxa
packages.
This repository is monorepo using lerna/lerna: A tool for managing JavaScript projects with multiple packages..
- Yarn
- Node.js LTS
yarn install
yarn run bootstrap
Run all tests of packages by following command:
yarn test
- Version up each packages
- Relase each packages
npm run versionup
npm run release