@ag-grid-devtools/cli
v32.2.1
Published
AG Grid developer toolkit
Downloads
2,221
Readme
@ag-grid-devtools/cli
AG Grid developer toolkit
The AG Grid developer toolkit is distributed as a command-line tool that assists with tasks such as migrating a codebase to a newer version of AG Grid.
Usage
Run the following command to list available commands:
npx @ag-grid-devtools/cli --help
Note that it is recommended to run a specific version of the developer toolkit, e.g.
@ag-grid-devtools/[email protected]
Available commands
The CLI tool contains the following commands:
migrate
: Migrate an existing codebase to use a newer version of AG grid
See the command-line help for more details.