This package has been deprecated

Author message:

This module has moved and is now available at @digitalroute/npm-helm. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.

npm-helm

0.5.0 • Public • Published

npm-helm

Helm helper module for nodejs

Usage

Like usual:

npm install npm-helm

And add the following parts to your package.json

  "helm": {
    "name": "stuff",
    "repository": "dazzlerjs",
    "namespace": "dazzlerjs",
    "imageRepository": "1234567890.dkr.ecr.eu-west-1.amazonaws.com/repo/stuff",
    "verbose": "true"
  },
  "scripts": {
    "helm": "npm-helm docker-build package install",
    "helm:docker-build": "npm-helm docker-build",
    "helm:docker-push": "npm-helm docker-push",
    "helm:package": "npm-helm package",
    "helm:install": "npm-helm install",
    "helm:push": "npm-helm push"
  },

Readme

Keywords

none

Package Sidebar

Install

npm i npm-helm

Weekly Downloads

0

Version

0.5.0

License

none

Unpacked Size

6.07 kB

Total Files

5

Last publish

Collaborators

  • jcelik