- Node.js 18.17 or later.
- macOS, Windows, and Linux are supported.
Install globally
A global installation of Commonality will automatically detect the structure of your project based on the directory that the command is run in.- npm
- yarn
- pnpm
Install in your project
If you’re collaborating with others on the same project or if you’re planning on running Commonality in CI you may want to addcommonality
as a dev dependency at the root of your project.
- npm
- yarn
- pnpm