Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

remigrate

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remigrate

CLI wrapper for Redux Remigrate - A TypeScript-first Redux Remember migration layer

latest
Source
npmnpm
Version
6.0.6
Version published
Maintainers
1
Created
Source
Redux Remigrate Logo

CLI wrapper for Redux Remigrate

NPM Version Build Status

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 errors

Documentation

For full documentation, configuration options, and usage examples, visit the official documentation.

License

MIT

Keywords

redux

FAQs

Package last updated on 10 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts