1.1.6 • Published 5 years ago

@scriptive/evh v1.1.6

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

scriptive/evh

... is Node.js web server, simple and flexible configuration using Express.js & vhost that allow developer to deploy multiply applications simultaneously, and which has a very minimum requirement and aim to provided as light as possible.

npm install --save @scriptive/evh
# or
npm install --save https://github.com/scriptive/evh/tarball/master

... don't worry, it will not installed anything that doesn't use by "evh" to run your applications.

How does it work

upgrade.js

read package.json file then...

...
"repository": {
  "type": "git",
  "url": "git+https://github.com/scriptive/zaideih.git"
},
...
const upgrade = require("@scriptive/evh/upgrade");

upgrade('test/upgrade').then(
  e=>console.log('>',e)
).catch(
  e=>console.error('>',e)
)
1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

0.0.1

7 years ago