remigrate
v6.0.6
Published
CLI wrapper for Redux Remigrate - A TypeScript-first Redux Remember migration layer
Maintainers
Readme
CLI wrapper for Redux Remigrate
What is this?
This package is a lightweight CLI wrapper for redux-remigrate.
It provides a convenient way to run the remigrate CLI commands via npx remigrate without needing to install redux-remigrate globally.
This package does not work on its own. It requires redux-remigrate to be installed as a dependency in your project.
Usage
cd /path/to/your-project-with-redux-remigrate-installed
npx remigrate <command>Then you can run:
npx remigrate init # Initialize migrations directory
npx remigrate create # Create a new migration file
npx remigrate cleanup # Remove unreferenced version files
npx remigrate validate # Validate migrations for TypeScript errorsDocumentation
For full documentation, configuration options, and usage examples, visit the official documentation.
License
MIT
