Skip to content

liquiddc/noflo-server-runtime-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noflo-server-runtime-project

$ mkdir noflo-server-runtime-project
$ cd noflo-server-runtime-project
$ npm init

now add some dependencies to the package.json file - refer below add the dependencies key in below the license key

{
  "name": "noflo-server-runtime-project",
  "version": "0.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Your name",
  "license": "MIT",
  "dependencies": {
    "noflo": "*",
    "noflo-nodejs": "*",
    "noflo-core": "*",
    "noflo-math": "*",
    "noflo-filesystem": "*",
    "noflo-csv": "*",
    "noflo-strings": "*",
    "noflo-adapters": "*",
    "noflo-objects": "*",
    "noflo-woute": "*",
    "noflo-flow": "*",
    "noflo-webserver": "*"
  }
}

then use npm to install all the noflo components.

$npm install

this will take a while...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published