todo: rename and restructure `/tools` folder
iuioiua opened this issue · 3 comments
iuioiua commented
Suggestion:
- Rename
/tools
to/tasks
- Have each filename match up to the task name. E.g.
db:reset
task for/tasks/db_reset.ts
.
rj2704 commented
Hi, I want to work on this issue. Can you please elaborate on the second point that we need to fix?
iuioiua commented
Great! Thank you. The deno.json
file has a number of tasks. Each task correlates with one of the scripts currently in /tools
. However, their names do not match their respective file and function names, as given in my example. The task, file and function names matching makes their purposes clearer.