1.3.1 • Published 2 years ago

@knowdev/magpie v1.3.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

KnowDev Magpie 🐦‍⬛

Cumulative sundries gathered in disarray

📋 Usage

npm install --save @knowdev/magpie

📖 Reference

import {
  appDark,
  appLight,
  CDK,
  cfnOutput,
  COLOR,
  isValidHostname,
  isValidSubdomain,
  mergeDomain,
  projectTagger,
  readBuildConfig,
} from "@knowdev/magpie";

readBuildConfig

import { readBuildConfig } from "@knowdev/magpie";
const buildConfig = readBuildConfig("api, infrastructure"); // "all" or "none"

if(buildConfig.api) {
  // ...
}
if(buildConfig.infrastructure) {
  // ...
}
if(buildConfig.web) {
  // ...
}

🚀 Deployment

npm publish --access=public

📝 Changelog

DateVersionSummary
12/21/20231.0.0First deploy
12/30/20231.1.0mergeDomain(), CDK.HOST.APEX
1/1/20241.2.0readBuildConfig(), CDK.BUILD.CONFIG
1/1/20241.3.0projectTagger()
1/1/20241.3.1CDK.TAG.STACK_SHA

🛣 Roadmap

Wishlist 🌠

📜 License

All rights reserved. Safe for use around pets.

1.3.1

2 years ago

1.2.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago