1.0.0 • Published 5 years ago

@tyuan/ndm v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

What's NDM ?

ndm is a npm script runner, which run npm script in docker container

How to use ?

add ndm config in package.json

{
  // ...
  "ndm": {
    "image": "node:10-alpine",
    "port": [3000]
  }
}

Tips

add .dockerignore to ignore node_modules

1.0.0

5 years ago