Featured input types for generating the test cases
- Numbers
- Strings
-
Arrays
- Of Numbers
- Of Strings
- Permutation Array
-
Grids
- Of Numbers
- Of Strings
-
Trees
- Weighted Tree
- Unweighted Tree
-
Graphs
- Undirected Unweighted Graph
- Directed Unweighted Graph
- Directed Weighted Graph
Tech stack
-
Node.js
Node.js is used for writing CLI app.
-
TypeScript
Typescript is used to enables the strict type checking.
-
Jest.js
Jest.js is used for writing unit tests.
-
Github Actions
Github Actions is used to automate the Continuous Integration(CI) workflows.
It builds the CLI and runs unit test on different Node versions.
Install
npm i -g @rohitbakoliya/test-gen
or
npx @rohitbakoliya/test-gen
Usage
test-gen
For more info please check github repository