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
Date | Version | Summary |
---|---|---|
12/21/2023 | 1.0.0 | First deploy |
12/30/2023 | 1.1.0 | mergeDomain(), CDK.HOST.APEX |
1/1/2024 | 1.2.0 | readBuildConfig(), CDK.BUILD.CONFIG |
1/1/2024 | 1.3.0 | projectTagger() |
1/1/2024 | 1.3.1 | CDK.TAG.STACK_SHA |
🛣 Roadmap
Wishlist 🌠
📜 License
All rights reserved. Safe for use around pets.