1.3.8 • Published 4 years ago

@ripcitydev/todo v1.3.8

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Todo

Installing

Locally

npm install @ripcitydev/todo --save-dev

or Globally

npm install @ripcitydev/todo -g

Configuring

  • Keywords - keywords to parse (default: todo, fixme).
  • Includes - relative directories to include (default: current directory, rescursive).
  • Excludes - relative directories and/or files to exclude (default: .git, build, node_modules, package.json).
  • Extensions - file extensions to include and parse (default: js, ts).
  • Jira - an object of authentication properties (Create an API token).
  • Github - an object of authentication properties (Creating a personal access token).
    • hostname (api.github.com or hostname/api/v3 for enterprise)
    • username (or email)
    • password (or OAuth token)
    • organization (or owner)
    • repository (name)
  • Asana - in development

To change the defaults, edit todo.json.

Running

Locally

npm run todo

or Globally

todo

Testing

  • Jira Cloud (pass)
  • Jira Enterprise (pass)
  • GitHub Enterprise (pass)
  • GitHub (pass)
1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago