GTDF_Crabby
CLI toolkit for GTD framework.
How to use crabby
0. Parameters
Crabby is a CLI toolkit and gets parameters as input. All the main options have a short and large command. for exaple "crabby new" or "crabby n"
1. Create a new GTDF project
Create a new GTDF project in the linked version.
crabby n my_project
2. Create a new view
Create a new directory with the typescrript view inside.
crabby v my_view
3. Create a new component
If a view name is passed as argument, the component will belong to that view directory, otherwise, the component will be global.
crabby c my_component [my_view]
4. Create a new service
Create a new typescript data service
crabby s my_service
5. Create a new test
Create a new test. You can pass the test type, default value will be unit testing (u).
crabby t my_test [u|i]
6. Crab
You can display a crab :)
crabby cb