From 612bf908d9195fc2f71c328812013f3227d7211b Mon Sep 17 00:00:00 2001 From: Isaac Lee <16869656+ijlee2@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:24:02 +0200 Subject: [PATCH] Updated README and tutorials (#136) * chore: Updated list of codemods written with @codemod-utils * chore: Updated tutorials --------- Co-authored-by: ijlee2 --- README.md | 6 ++++-- .../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, 18 insertions(+), 16 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 a9ec25d6..c4b5c360 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,15 @@ 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) - [`