All Projects → ant-design → antd-migration-helper

ant-design / antd-migration-helper

Licence: MIT License
CLI tool to aid in migrate antd from old version to newer version.

Programming Languages

javascript
184084 projects - #8 most used programming language

antd-migration-helper

npm package NPM downloads Dependency Status

CLI tool to aid in migrate antd from old version to newer version. It scans files for JSX code and provides detailed warnings when deprecated patterns are found. It cannot reliably catch every deprecation, but should get you 80% of the way there.

Screenshot

Usage

# install
npm install -g antd-migration-helper

# navigate to an [email protected] project directory
cd path/to/my-antd-project

# scan all files in the current directory
antd-migration-helper
# scan all files in specific sub-directories
antd-migration-helper src folder-a folder-b
# scan a specific file or files
antd-migration-helper src/app.jsx

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].