https://github.com/v-core9/vdo
Tasks, Notes, HelpOuts...
https://github.com/v-core9/vdo
Last synced: 2 months ago
JSON representation
Tasks, Notes, HelpOuts...
- Host: GitHub
- URL: https://github.com/v-core9/vdo
- Owner: V-core9
- License: mit
- Created: 2021-09-09T10:23:37.000Z (over 3 years ago)
- Default Branch: main_index
- Last Pushed: 2023-03-06T10:29:33.000Z (about 2 years ago)
- Last Synced: 2025-01-17T15:16:38.544Z (4 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vdo
===vdo -> Vodo -> V_Todo | :D
[](https://oclif.io)
[](https://npmjs.org/package/vdo)
[](https://npmjs.org/package/vdo)
[](https://github.com/V-tech-tools/vdo/blob/master/package.json)* [Usage](#usage)
* [Commands](#commands)# Usage
```sh-session
$ npm install -g vdo
$ vdo COMMAND
running command...
$ vdo (-v|--version|version)
vdo/1.0.1 win32-x64 node-v14.17.5
$ vdo --help [COMMAND]
USAGE
$ vdo COMMAND
...
```# Commands
* [`vdo config ACTION`](#vdo-config-action)
* [`vdo notes ACTION`](#vdo-notes-action)
* [`vdo tasks ACTION`](#vdo-tasks-action)
* [`vdo welcome`](#vdo-welcome)## `vdo config ACTION`
Handles Vdo App configurations
```
USAGE
$ vdo config ACTIONARGUMENTS
ACTION (view|create|registerOption) action/function/method you want it to executeOPTIONS
-a, --all=all all
-n, --name=name name
-v, --value=value valueDESCRIPTION
...
Extra documentation goes here
```_See code: [src/commands/config.js](https://github.com/V-tech-tools/vdo/blob/v1.0.1/src/commands/config.js)_
## `vdo notes ACTION`
Describe the command here
```
USAGE
$ vdo notes ACTIONARGUMENTS
ACTION (view|new|trash|untrash|edit|update|complete|incomplete|total_number|generate_test|purge_system) [default:
view] action/function/method you want it to executeOPTIONS
-a, --all=all all
-c, --content=content content to use
-d, --description=description description to use
-h, --shortDescription=shortDescription shortDescription to use
-i, --id=id id to use
-s, --status=status status to use
-t, --title=title title to useDESCRIPTION
...
Extra documentation goes here
```_See code: [src/commands/notes.js](https://github.com/V-tech-tools/vdo/blob/v1.0.1/src/commands/notes.js)_
## `vdo tasks ACTION`
Describe the command here
```
USAGE
$ vdo tasks ACTIONARGUMENTS
ACTION (view|new|trash|untrash|edit|update|complete|incomplete|total_number|generate_test|purge_system) [default:
view] action/function/method you want it to executeOPTIONS
-a, --all=all all
-c, --content=content content to use
-d, --description=description description to use
-g, --generate_number=generate_number Number to generate as test
-h, --shortDescription=shortDescription shortDescription to use
-i, --id=id id to use
-r, --ref_url=ref_url Reference URL to use
-s, --status=status status to use
-t, --title=title title to use
-y, --yes=yes Auto Confirm YESDESCRIPTION
...
Extra documentation goes here
```_See code: [src/commands/tasks.js](https://github.com/V-tech-tools/vdo/blob/v1.0.1/src/commands/tasks.js)_
## `vdo welcome`
Describe the command here
```
USAGE
$ vdo welcomeOPTIONS
-n, --name=name name to printDESCRIPTION
...
Extra documentation goes here
```_See code: [src/commands/welcome.js](https://github.com/V-tech-tools/vdo/blob/v1.0.1/src/commands/welcome.js)_