ThePlexianNetwork / Nozzle

The official implementation of the Plexian Distribution API
0 stars 1 forks source link

Nozzle

Stories in Ready Build - Release GitHub issues GitHub forks

Nozzle is a cross-platform, cross-language, implementation of the Plexian Distribution API. Simple add the library to your project and get cracking!

Branches

Release

Build - Release

The release branch is where the latest stable release of Nozzle can be downloaded from. This branch is protected from pushing by everyone but administrators. As such, please refrain from making a pull request to it.

Beta

Build - Beta

The beta branch is where the latest and greatest advancemenets are made. This branch is actively being edited by developers and pull requests being merged.

Building - Client

Javascript

  1. Clone this repository, then cd into it.
  2. Type npm install to install dependencies (if this doesn't work Nozzle depends on babel for es2015 and uglifyjs)
  3. Do you want a development version of the code (with comments & expanded) or a minified version?
    • Development Type npm run build-js-dev
    • Minified Type npm run build-js
  4. Build is in the Build/js directory in the Nozzle.js file