rfindler / jscontract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSCONTRACT

Getting Started

You will need to have a Unix command line like bash, node version 14+, npm version 7+, and git installed onto your computer. From there, clone this repository and run:

npm install

From there, you can run the tool by doing:

./workspaces/type-explorer/bin/ct $PACKAGE_NAME

Where $PACKAGE_NAME is the name of a published JavaScript package that you would like to test.

About


Languages

Language:JavaScript 70.8%Language:TypeScript 25.2%Language:Shell 3.9%Language:Nix 0.1%