CKEditor 5 development tools packages
Packages
This repository is a monorepo. It contains multiple npm packages.
Cloning
This project requires pnpm v10 or higher. You can check your version with
pnpm --versionand update if needed withnpm install -g pnpm@latest.
- Clone this repository.
- Do
pnpm installinside (this package uses pnpm workspaces). - You're ready to go!
Testing
Tests:
pnpm run testEach package defines its own tests. To run them, change your working directory and use the test script.
Code coverage:
pnpm run coverageLicense
Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.