1.0.9 • Published 6 years ago

todo-viewer v1.0.9

Weekly downloads
12
License
MIT
Repository
gitlab
Last release
6 years ago

Build Status

todo-viewer

An npm package that prints out todos to the console. When running the command, the glob must be in quotes.

Install

To install the package globally, run:

npm i -g todo-viewer

Or to install the package locally, run:

npm i -D todo-viewer

Usage

When writing todos in your project, write them in the form:

// TODO: Lorem ipsum

If the package has been installed globally, run:

todo-viewer <file>

or add a script to your package.json like:

"scripts": {
	"todo": "todo-viewer \"*.js\""
}

The <file> argument is a glob. This will log the todos to the console from all the files that the glob matches. <file> must be in quotes otherwise bash will match the glob before the package.

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago