GTDF-CLI

command module
v0.0.0-...-f815b1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

README

logo

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]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL