1.2.1 • Published 4 years ago

codecheck v1.2.1

Weekly downloads
33
License
MIT
Repository
github
Last release
4 years ago

codecheck

Test utility for CLI application. It is mainly used in track

How to develop

It is simple javascript project.
You can run it on nodejs v10.x or higher.

How to test

We are using testframework mocha.

$ mocha

To run test, we need GNU time command.

Unfortunatelly, the time command which pre-installed in MacOS is not GNU version. You have to install GNU time by yourself and set environment variable TIME_COMMAND.

$ brew install gtime
$ export TIME_COMMAND=gtime

For debian linux.

$ sudo apt install time
$ export TIME_COMMAND=/usr/bin/time
1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.4

8 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago