vmasek / nx-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx Migrations

Inject migration

Usage:

  1. Temporary install the migration with: npm i -D @vmasek/inject-migration
  2. Run npx nx g @vmasek/inject-migration:inject-migration
  3. Verify the changes
  4. Remove temporary package (if not needed for more migrations)
    • feel free to revert package.json and package-lock.json.

If you encounter problems please visit Known issues discussion page to see if mentioned.

Please open issue if breaking behavior is found.

About


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%