1.1.6 • Published 3 years ago

@scriptive/evh v1.1.6

Weekly downloads
15
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

0.0.1

6 years ago