Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.67 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.67 KB

AG Grid Developer Tools

This repository contains a selection of developer tools related to AG Grid development.

Repository layout

This repository is organised as a monorepo containing various packages.

The following packages contain user-facing tools:

  • cli: AG Grid developer toolkit
  • codemods: AG Grid codemods (bundled with the AG Grid developer toolkit)

The following packages contain internal library helpers:

The following packages contain configuration shared across multiple internal packages:

Developing

Installation

This repository uses pnpm to manage its dependencies. This can be installed via the Node.js built-in corepack system as follows:

corepack enable
corepack prepare pnpm@latest --activate

Once installed, run the following command to install the project dependencies:

pnpm install

Contributing

See the Developer Guide for more details.