1.2.2 • Published 6 months ago

todo-counter v1.2.2

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

todo-counter

count todo comments in specified directory

Install

npm install -d todo-counter

Todo Count

The following will search for todo comments in foo/bar directory and a subdirectories in files matching the .js extension.

npx todo-counter 'foo/bar' '.js'

Examples of TODO's that will be counted:

// TODO: This thing needs fixing
//todo: this is be counted
// todo this will be counted

Skipped Test Count

The following will search for skipped tests in foo/bar directory and a subdirectories in files matching the .js extension.

npx skipped-tests-counter 'foo/bar' '.js'

Examples of Skipped Tests that will be counted:

// SKIP: This thing needs fixing
//skip: this is be counted
// skip this will be counted

Expects

The following table structures are expected in your README file with Date cells including a <date> tag and the Todo Count/Skipped Tests Count cells including a <todoCounter>/<skippedTestsCounter> tag. If one is not found, the counter will append one at the end of the README file.

DateTodo Count
02/02/022
03/03/033
04/04/044
05/05/055
06/06/066
07/07/077
08/08/088
09/09/099
10/10/1010
08/23/2311
DateSkipped Tests Count
01/01/011
02/02/022
03/03/033
04/04/044
05/05/055
06/06/066
07/07/077
08/08/088
09/09/099
10/10/1010

Debugging

Run this utility with the operating system variable DEBUG=todo-counter, for example

$ todo-counter npx count ...
1.2.2

6 months ago

1.2.1

8 months ago

1.2.0

1 year ago

1.1.29

1 year ago

1.1.28

1 year ago

1.1.30

1 year ago

1.1.33

1 year ago

1.1.32

1 year ago

1.1.31

1 year ago

1.1.19

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.27

1 year ago

1.1.26

1 year ago

1.1.25

1 year ago

1.1.24

1 year ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago