From 144d5f621cbd31e691764729757f3e46cc4101da Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Sat, 12 Jun 2021 16:13:09 +0200 Subject: [PATCH] merge scripts, tasks and config folder and convert code to typescript --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 25a5027..0b05aa7 100644 --- a/README.md +++ b/README.md @@ -107,16 +107,13 @@ merged with the old ones, and a new history entry is created for that item. ## TODOs -* Use other output folder than bin for compiled tasks, because bin is misleading with node bin folder * add dist folder for precompiled builder * add default envs to .env file ** add envs to readme * Check package.json scripts -* Add documentation for build bin (tasks) folder +* Add documentation for build dist_scripts folder * prettier on all files * check lint staged and prettier -* convert scripts to typescript as well -** move scripts paths.js and tasks in one folder * Rename package to make more clear that this is a tech radar builder? * provide only one bin script with subcommands like react-scripts? * add tests for scripts