Skip to content

Commit 905d12e

Browse files
setup(codemod-metadata): Add repo key (#462)
1 parent 4d28fab commit 905d12e

34 files changed

Lines changed: 67 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ author: <Your Name>
133133
license: MIT
134134
workflow: workflow.yaml
135135
category: migration
136+
repository: https://github.com/nodejs/userland-migrations
136137

137138
targets:
138139
languages:

recipes/axios-to-whatwg-fetch/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Bruno Rodrigues
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -15,6 +16,7 @@ targets:
1516
keywords:
1617
- transformation
1718
- migration
19+
- nodejs
1820

1921
registry:
2022
access: public

recipes/buffer-atob-btoa/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: nekojanai (Jana)
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -16,6 +17,7 @@ keywords:
1617
- transformation
1718
- migration
1819
- buffers
20+
- nodejs
1921

2022
registry:
2123
access: public

recipes/chalk-to-util-styletext/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ author: Richie McColl
99
license: MIT
1010
workflow: workflow.yaml
1111
category: migration
12+
repository: https://github.com/nodejs/userland-migrations
1213

1314
targets:
1415
languages:
@@ -18,6 +19,7 @@ targets:
1819
keywords:
1920
- transformation
2021
- migration
22+
- nodejs
2123

2224
registry:
2325
access: public

recipes/create-require-from-path/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Augustin Mauroy
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -15,6 +16,7 @@ targets:
1516
keywords:
1617
- transformation
1718
- migration
19+
- nodejs
1820

1921
registry:
2022
access: public

recipes/createCredentials-to-createSecureContext/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: 0hmx
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -15,6 +16,7 @@ targets:
1516
keywords:
1617
- transformation
1718
- migration
19+
- nodejs
1820

1921
registry:
2022
access: public

recipes/crypto-createcipheriv-migration/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Augustin Mauroy
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -16,6 +17,7 @@ keywords:
1617
- transformation
1718
- migration
1819
- crypto
20+
- nodejs
1921

2022
registry:
2123
access: public

recipes/crypto-fips-to-getFips/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Usman S.
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -15,6 +16,7 @@ targets:
1516
keywords:
1617
- transformation
1718
- migration
19+
- nodejs
1820

1921
registry:
2022
access: public

recipes/crypto-rsa-pss-update/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ author: Mauro Nievas
88
license: MIT
99
workflow: workflow.yaml
1010
category: migration
11+
repository: https://github.com/nodejs/userland-migrations
1112

1213
targets:
1314
languages:
@@ -19,6 +20,7 @@ keywords:
1920
- migration
2021
- crypto
2122
- rsa-pss
23+
- nodejs
2224

2325
registry:
2426
access: public

recipes/dirent-path-to-parent-path/codemod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: Bruno Rodrigues
66
license: MIT
77
workflow: workflow.yaml
88
category: migration
9+
repository: https://github.com/nodejs/userland-migrations
910

1011
targets:
1112
languages:
@@ -15,6 +16,7 @@ targets:
1516
keywords:
1617
- transformation
1718
- migration
19+
- nodejs
1820

1921
registry:
2022
access: public

0 commit comments

Comments
 (0)