Skip to content

NicomUA/WFinder

Repository files navigation

Installation deps

$ npm install

Build

$ npm run build

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

Run

$ node ./dist/index.js < <input_file>

Example:

$ node ./dist/index.js < ./resources/example_input

or

$ node ./dist/index.js

Input all data(past or type) and press CMD/CTRL+D

Run TS(source version)

$ npm install -g ts-node
$ ts-node ./src/index.ts < <input_file>

Example:

$ ts-node ./src/index.ts < ./resources/example_input

or

$ ts-node ./src/index.ts

Input all data(past or type) and press CMD/CTRL+D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published