From fc97e8135546225edaedf70f6530fe09e404ac3c Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 9 Sep 2024 17:20:08 +0200 Subject: [PATCH 1/2] chore: Updated list of codemods written with @codemod-utils --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9ec25d6..b8623db6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ npx @codemod-utils/cli ## Codemods written with @codemod-utils -- `blueprint-for-v2-addon` (internal) +- [`analyze-ember-project-dependencies`](https://github.com/ijlee2/embroider-toolbox/tree/main/packages/analyze-ember-project-dependencies) +- [`blueprints-v2-addon`](https://github.com/ijlee2/embroider-toolbox/tree/main/packages/blueprints-v2-addon) +- [`create-v2-addon-repo`](https://github.com/ijlee2/embroider-toolbox/tree/main/packages/create-v2-addon-repo) - [`ember-codemod-args-to-signature`](https://github.com/ijlee2/ember-codemod-args-to-signature) - [`ember-codemod-css-modules`](https://github.com/simplepractice/ember-codemod-css-modules) - [`ember-codemod-ember-render-helpers-to-v1`](https://github.com/buschtoens/ember-render-helpers/tree/master/packages/ember-codemod-ember-render-helpers-to-v1) From 4df653413df4cc2417187643d8eab54481f2d6ad Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 9 Sep 2024 17:22:01 +0200 Subject: [PATCH 2/2] chore: Updated tutorials --- README.md | 2 +- .../00-introduction.md | 4 ++-- .../01-create-a-project.md | 8 ++++---- .../02-create-static-files.md | 0 .../03-define-options.md | 12 ++++++------ .../04-create-dynamic-files.md | 2 +- .../05-conclusion.md | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/00-introduction.md (74%) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/01-create-a-project.md (84%) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/02-create-static-files.md (100%) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/03-define-options.md (96%) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/04-create-dynamic-files.md (99%) rename tutorials/{blueprint-for-v2-addon => blueprints-v2-addon}/05-conclusion.md (53%) diff --git a/README.md b/README.md index b8623db6..c4b5c360 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npx @codemod-utils/cli ## Tutorials - [Main tutorial](./tutorials/ember-codemod-rename-test-modules/00-introduction.md) -- [Blueprints](./tutorials/blueprint-for-v2-addon/00-introduction.md) +- [Blueprints](./tutorials/blueprints-v2-addon/00-introduction.md) - [`