From 64eac7276d4f1442ea9b2631e011359c68895fc4 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 30 Oct 2023 15:18:16 +0100 Subject: [PATCH] Documented how to update template-tag components --- README.md | 1 + .../00-introduction.md | 24 ++ .../01-a-simple-example.md | 131 +++++++ .../02-create-utilities.md | 368 ++++++++++++++++++ .../template-tag-components/03-conclusion.md | 5 + 5 files changed, 529 insertions(+) create mode 100644 tutorials/template-tag-components/00-introduction.md create mode 100644 tutorials/template-tag-components/01-a-simple-example.md create mode 100644 tutorials/template-tag-components/02-create-utilities.md create mode 100644 tutorials/template-tag-components/03-conclusion.md diff --git a/README.md b/README.md index 833e92a5..c0d210d3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ npx @codemod-utils/cli --name - [Main tutorial](./tutorials/ember-codemod-rename-test-modules/00-introduction.md) - [Tutorial for blueprints](./tutorials/blueprint-for-v2-addon/00-introduction.md) +- [Tutorial for `