GTDF-CLI

CLI tools for GTD framework.

GPL-3.0 License

Stars
1

This is the official CLI tool to operate with Getting Things Done Framework.

How to use GTDF-CLI

1. Create a new GTDF project

Create a new GTDF project in the linked version.

gtd new my_project

2. Create a new view

Create a new directory with the typescript view inside.

gtd view 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.

gtd component my_component [my_view]

4. Create a new service

Create a new typescript data service

gtd service my_service

5. Create a new test

Create a new test. You can pass the test type, default value will be unit testing (u).

gtd test my_test [u|i]
Package Rankings
Top 8.17% on Proxy.golang.org