Socket
Book a DemoInstallSign in
Socket

@form8ion/docker-nodejs

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/docker-nodejs

form8ion plugin for node.js project deployed with Docker

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
0
Created
Source

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

FAQs

Package last updated on 09 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts