InferJS can be downloaded in multiple ways, depending upon your development needs. Stable, beta and latest versions are listed below. In you are unsure what to use, please grab the latest version.
The InferJS Package is the complete InferJS framework. It includes library, compiler and doc builder.
npm install inferjs --save
npm install -g inferjs
git clone https://github.com/Codevendor/inferjs.git
git clone https://github.com/Codevendor/inferjs-library.git
git clone https://github.com/Codevendor/inferjs-compiler.git
git clone https://github.com/Codevendor/inferjs-doc-builder.git
The InferJS-Library is a nodejs library module for checking types and inferred expectations from specified InferObject files. The library can be used with server and client side JavaScript.
npm install inferjs-library --save
npm install -g inferjs-library
git clone https://github.com/Codevendor/inferjs-library.git
The InferJS-Library is a browser library module for checking types and inferred expectations from specified InferObject files. The library can be used with server and client side JavaScript.
https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/esmodule/inferjs-.min.js
https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/commonjs/inferjs-.min.js
https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/script/inferjs-.min.js
The InferJS-Compiler is a nodejs CLI application for compiling JSDoc comments into InferObject files for using with the InferJS-Library.
npm install inferjs-compiler --save
npm install -g inferjs-compiler
git clone https://github.com/Codevendor/inferjs-compiler.git