@form8ion/docker-nodejs
v1.2.0
Published
form8ion plugin for node.js project deployed with Docker
Downloads
39
Readme
docker-nodejs
form8ion plugin for node.js project deployed with Docker
Table of Contents
Usage
Installation
$ npm install @form8ion/docker-nodejs --save-prodExample
Import
import {scaffold} from '@form8ion/docker-nodejs';Execute
(async () => {
await scaffold({
projectRoot: process.cwd(),
buildDirectory: 'path/to/application/entry/point'
});
})();Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test