Skip to content

form8ion plugin for node.js project deployed with Docker

License

Notifications You must be signed in to change notification settings

form8ion/docker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nodejs

form8ion plugin for node.js project deployed with Docker

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/docker-nodejs on RunKit license node

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

Commitizen friendly Conventional Commits semantic-release: angular Renovate PRs Welcome

Dependencies

$ nvm install
$ npm install

Verification

$ npm test