@form8ion/docker-nodejs

1.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @form8ion/docker-nodejs

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

8.91 kB

Total Files

6

Last publish

Collaborators

  • travi
  • form8ion-bot