1.1.0 • Published 4 years ago

damien v1.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Damien

Running Node applications as a deamon by means of child processes

Damien

Why?

  • :closed_lock_with_key: secure and almost dependency free;
  • :hatching_chick: tiny and understandable codebase;
  • :kiss: keep it simple, stupid;

Installation

Global installation

npm install -g damien

Local installation

npm install --save-dev damien

Usage

Global usage

damien ./index.js

Local usage

npx damien ./index.js

As NPM script

{
  "name": "my-app",
  "main": "lib/server.js",
  "scripts": {
    "start": "damien ./lib/server.js"
  },
  "devDependencies": {
    "damien": "*"
  }
}
1.1.0

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago