@mescius/activereportsjs-cli
v1.0.0
Published
MESCIUS CLI tools
Readme
ActiveReportsJS CLI
The ActiveReportsJS CLI is a command-line utility designed to help developers manage, and upgrade ActiveReportsJS projects with ease.
Quick Start
You do not need to install this package globally. We recommend running it via npx to ensure you are always using the most up-to-date version:
npx @mescius/activereportsjs-cli [command]Available Commands
migrate
The migrate command automates the transition of an existing project from legacy @grapecity packages to the updated @mescius branded packages.
What it does:
- Dependency Updates: Scans your package.json and updates ActiveReportsJS entries to the latest @mescius versions.
- Code Refactoring: Automatically updates import statements and namespaces in your source code to match the new package naming conventions.
- Compatibility Check: Ensures your project configuration is aligned with the latest release requirements.
Usage:
Run this command from your project's root directory:
npx @mescius/activereportsjs-cli migratePro Tip: Ensure your work is committed to version control (e.g., Git) before running the migration so you can easily review the automated changes.
Documentation
For more information on how to use ActiveReportsJS and available tools, refer to the Documentation or API reference for guidance.
