UNPKG

nsolid-manager

Version:

A manager that sets up and runs N|Solid for you

14 lines (10 loc) 287 B
#!/usr/bin/env node /** * Production script for initialising N|Solid Console server * and starting polling of the N|Solid Hub. * * Does not concern itself with external dependencies such as etcd. */ process.title = 'nsolid-console' require('./polyfill') require('../src/cli.js')