Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

npm-helm

jcelik2deprecated0.5.0

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.

Helm helper module for nodejs

readme

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"
  },