Skip to content

Commit

Permalink
feat(misc): migrate workspace generators to local-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Feb 24, 2023
1 parent 5e2ee70 commit 0216467
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 308 deletions.

This file was deleted.

135 changes: 0 additions & 135 deletions packages/nx-plugin/src/generators/local-plugin-from-tools/generator.ts

This file was deleted.

6 changes: 6 additions & 0 deletions packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
"cli": "nx",
"implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files"
},
"16-0-0-move-workspace-generators-into-local-plugin": {
"version": "16.0.0-beta.0",
"description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.",
"cli": "nx",
"implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin.ts"
}
},
"packageJsonUpdates": {
Expand Down
Loading

0 comments on commit 0216467

Please sign in to comment.