@form8ion/docker-nodejs
v1.2.0
Published
form8ion plugin for node.js project deployed with Docker
Downloads
9
Readme
docker-nodejs
form8ion plugin for node.js project deployed with Docker
Table of Contents
Usage
Installation
$ npm install @form8ion/docker-nodejs --save-prod
Example
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 install
Verification
$ npm test