codemods: implement core-imports codemod

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-01 23:01:02 +02:00
parent 20a5c789a4
commit b74d558369
3 changed files with 98 additions and 5 deletions
+3 -1
View File
@@ -26,9 +26,11 @@
"dependencies": {
"@backstage/cli-common": "0.1.1",
"chalk": "^4.0.0",
"jscodeshift": "^0.12.0"
"jscodeshift": "^0.12.0",
"jscodeshift-add-imports": "^1.0.10"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.0",
"@types/node": "^14.14.32",
"commander": "^6.1.0",
"ts-node": "^9.1.1"