1.2.5 • Published 2 years ago

@tagproject/k8s-manifest-shared-config v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Standard Shared Config for kubernetes manifests

Install

npm install @tagproject/k8s-manifest-shared-config --save-dev

Usage

  • Add "prepare:config": "k8s-manifest-shared-config" to scripts property in your package.json
  • Rename your prepare scripts to prepare:[NAME]
  • Add "prepare": "npm-run-all prepare:*"
  • Run npm run prepare

Configs

include shared configs:

extract actions and hooks:

  • .github/*
  • .husky/*

merge files:

  • .husky/commit-msg
  • .gitignore
  • .npmignore

append to package.json:

scripts:

  • generate - run all generate:*
  • generate:changelog - generate changelog
  • prepare:config - rebuild local configs
  • prepare:husky - install husky hooks
  • release - lint and generate changelog, bump package version

dependencies:

1.2.5

2 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago