A CLI migration tool for software projects, version 3.8.8, designed to move folders and components between project workspaces. It provides commands to migrate controllers, forms, extensions, modules, and properties, with options to fix component names and paths. Aimed at projects with a specific MVC structure (e.g., Visualizer), it offers fine-grained control via command-line options but has a narrow use case. No recent updates indicate active development; the tool appears stable but niche.
npm install migrarNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install and basic usage of migrar commands for moving components between projects.
Use via command line after global install; do not try to require() it.
Always use absolute paths for FROM, TO, and file arguments.
Use 'migrar version' and 'migrar help' instead.
Explicitly set these options if your project differs from defaults (e.g., 'controllers', 'modules/require', 'forms').
Always specify -t as controller, action, or form.
Run: npm install -g migrar
Ensure npm global bin directory is in PATH. On Unix: export PATH=$(npm bin -g):$PATH
Use absolute paths and verify the existence of source/destination.
Check command syntax: migrar <command> <required args>
No dependency data recorded yet.