InferJS Downloads

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.

InferJS: Package

The InferJS Package is the complete InferJS framework. It includes library, compiler and doc builder.

Download the latest InferJS Package version v

Option1: Download Locally with npm:

npm install inferjs --save

Option2: Download Globally with npm:

npm install -g inferjs

Option3: Download source with git:

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    

InferJS: Library - NodeJS Module

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.

Download the latest InferJS-Library version v

Option1: Download Locally with npm:

npm install inferjs-library --save

Option2: Download Globally with npm:

npm install -g inferjs-library

Option3: Download source with git:

git clone https://github.com/Codevendor/inferjs-library.git

InferJS: Library - Browser Module

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.

Download the latest InferJS-Library version v

Option1: Download browser ESModule:

https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/esmodule/inferjs-.min.js

Option2: Download browser CommonJS:

https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/commonjs/inferjs-.min.js

Option3: Download browser Script:

https://github.com/Codevendor/inferjs-library/tree/main/dist/latest/ver-/script/inferjs-.min.js

InferJS: Compiler - NodeJS CLI Application

The InferJS-Compiler is a nodejs CLI application for compiling JSDoc comments into InferObject files for using with the InferJS-Library.

Download the latest InferJS-Compiler version v

Option1: Download Locally with npm:

npm install inferjs-compiler --save

Option2: Download Globally with npm:

npm install -g inferjs-compiler

Option3: Download source with git:

git clone https://github.com/Codevendor/inferjs-compiler.git
PACK VERSION: LIC: MIT
COPYRIGHT © 2022-2024 INFERJS