This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

codecheck

1.2.1 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Published

Version History

VersionDownloads (Last 7 Days)Published

Package Sidebar

Install

npm i codecheck

Weekly Downloads

2,714

Version

1.2.1

License

MIT

Unpacked Size

13.7 MB

Total Files

146

Last publish

Collaborators

  • givery-admin
  • amiyashita
  • shunjikonishi
  • yusuke.yoda