@storm-software/projen 0.7.4 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +13 -9
  3. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ ## 0.8.1 (2025-01-29)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **unbuild:** Resolved issue applying plugins ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
6
+
7
+ ## 0.8.0 (2025-01-29)
8
+
9
+ ### Features
10
+
11
+ - **projen:** Initial check-in of the `projen` package ([a5b61ac7](https://github.com/storm-software/storm-ops/commit/a5b61ac7))
12
+
13
+ ### Bug Fixes
14
+
15
+ - **projen:** Resolve build issue with init generator schema ([94a9f01a](https://github.com/storm-software/storm-ops/commit/94a9f01a))
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.24.17-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.8.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,10 +40,9 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
- - [Storm Kubernetes Tools](#storm-kubernetes-tools)
45
+ - [Storm Projen Tools](#storm-projen-tools)
47
46
  - [Installing](#installing)
48
47
  - [Executors](#executors)
49
48
  - [helm-package](#helm-package)
@@ -51,8 +50,8 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
51
50
  - [container-publish](#container-publish)
52
51
  - [Example](#example-1)
53
52
  - [Generators](#generators)
54
- - [helm-chart](#helm-chart)
55
- - [helm-dependency](#helm-dependency)
53
+ - [Init Generator](#init-generator)
54
+ - [Options](#options)
56
55
  - [Building](#building)
57
56
  - [Running unit tests](#running-unit-tests)
58
57
  - [Storm Workspaces](#storm-workspaces)
@@ -164,15 +163,20 @@ management:
164
163
  <!-- markdownlint-disable -->
165
164
 
166
165
 
167
- ## helm-chart
166
+ ## Init Generator
168
167
 
169
- Generate a new Helm chart
168
+ A type definition for the Projen init generator schema
170
169
 
170
+ ### Options
171
171
 
172
+ The following executor options are available:
172
173
 
173
- ## helm-dependency
174
+ | Option | Type | Description | Default |
175
+ | --------- | ------ | ------------- | --------- |
176
+ | default | `object` | A type definition for the base Generator schema | `[object Object]` |
177
+ | directory | `string` | The directory to initialize the workspace in | |
178
+ | skipFormat | `boolean` | Skip formatting the generated files | |
174
179
 
175
- Generate a new dependency for an existing Helm chart
176
180
 
177
181
 
178
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.7.4",
3
+ "version": "0.8.1",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {