From 0c3742f1956ef0dc42f5cf8aad4f8952a91e1cf8 Mon Sep 17 00:00:00 2001 From: ehutchllew Date: Thu, 4 Apr 2024 17:15:54 -0400 Subject: [PATCH] Adding link to Trello Board for README roadmap (#14) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aa828c7..f95bc8f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ $ tmplts -h ``` ## Roadmap + +>📓 Follow the progress of roadmap items at this **[Trello Board](https://trello.com/b/row1fgVz)** + * Add Prettier and its config file. * Add more CLI options, like --version/-v. * Implement checks for existing files in cwd. The tool should not overwrite files, but append to them if they already exist.