@stryke/capnp 0.6.2 → 0.7.0

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.
package/README.md CHANGED
@@ -1,11 +1,67 @@
1
1
  <!-- START header -->
2
+ <!-- prettier-ignore-start -->
3
+ <!-- markdownlint-disable -->
4
+
5
+
6
+ <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
+ <br />
8
+
9
+ <div align="center">
10
+ <b>
11
+ <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
+ <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> •
13
+ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormsoftware.com/projects/stryke/docs" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
14
+ <a href="https://github.com/storm-software/stryke/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
+ </b>
16
+ </div>
17
+
18
+ <br />
19
+ This package is part of Storm Software's **🌩️ Stryke** monorepo. Stryke packages TypeScript utility packages with shared functionality common to many Storm Software applications.
20
+
21
+ <br />
22
+
23
+ <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
24
+
25
+ [![Version](https://img.shields.io/badge/version-0.6.3-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/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
+
27
+ > [!IMPORTANT] Important
28
+ > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
29
+
30
+ <div align="center">
31
+ <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
32
+ </div>
33
+
34
+ <br />
35
+
36
+
37
+ <!-- markdownlint-restore -->
38
+ <!-- prettier-ignore-end -->
39
+
2
40
  <!-- END header -->
3
41
 
4
42
  # Stryke - Cap'n Proto Tools
5
43
 
6
- A package to assist in running the [Cap'n Proto](https://capnproto.org/) compiler and creating Cap'n Proto serialization protocol schemas.
44
+ A package to assist in running the [Cap'n Proto](https://capnproto.org/)
45
+ compiler and creating Cap'n Proto serialization protocol schemas.
7
46
 
8
47
  <!-- START doctoc -->
48
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
+ ## Table of Contents
50
+
51
+ - [Installing](#installing)
52
+ - [Reduced Package Size](#reduced-package-size)
53
+ - [Development](#development)
54
+ - [Building](#building)
55
+ - [Running unit tests](#running-unit-tests)
56
+ - [Linting](#linting)
57
+ - [Storm Workspaces](#storm-workspaces)
58
+ - [Roadmap](#roadmap)
59
+ - [Support](#support)
60
+ - [License](#license)
61
+ - [Changelog](#changelog)
62
+ - [Contributing](#contributing)
63
+ - [Contributors](#contributors)
64
+
9
65
  <!-- END doctoc -->
10
66
 
11
67
  ## Installing
@@ -59,4 +115,173 @@ Run `nx test capnp` to execute the unit tests via [Jest](https://jestjs.io).
59
115
  Run `nx lint capnp` to run [ESLint](https://eslint.org/) on the package.
60
116
 
61
117
  <!-- START footer -->
118
+ <!-- prettier-ignore-start -->
119
+ <!-- markdownlint-disable -->
120
+
121
+
122
+ ## Storm Workspaces
123
+
124
+ Storm workspaces are built using
125
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
126
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
127
+ Building on top of Nx, the Open System provides a set of tools and patterns that
128
+ help you scale your monorepo to many teams while keeping the codebase
129
+ maintainable.
130
+
131
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
132
+ <br />
133
+
134
+ ## Roadmap
135
+
136
+ See the [open issues](https://github.com/storm-software/stryke/issues) for a
137
+ list of proposed features (and known issues).
138
+
139
+ - [Top Feature Requests](https://github.com/storm-software/stryke/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
140
+ (Add your votes using the 👍 reaction)
141
+ - [Top Bugs](https://github.com/storm-software/stryke/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
142
+ (Add your votes using the 👍 reaction)
143
+ - [Newest Bugs](https://github.com/storm-software/stryke/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
144
+
145
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
146
+ <br />
147
+
148
+ ## Support
149
+
150
+ Reach out to the maintainer at one of the following places:
151
+
152
+ - [Contact](https://stormsoftware.com/contact)
153
+ - [GitHub discussions](https://github.com/storm-software/stryke/discussions)
154
+ - <support@stormsoftware.com>
155
+
156
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
157
+ <br />
158
+
159
+ ## License
160
+
161
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
162
+ distribute this template as you like.
163
+
164
+ See [LICENSE](LICENSE) for more information.
165
+
166
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
167
+ <br />
168
+
169
+ ## Changelog
170
+
171
+ This project adheres to
172
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
173
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
174
+ file
175
+
176
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
177
+ <br />
178
+
179
+ ## Contributing
180
+
181
+ First off, thanks for taking the time to contribute! Contributions are what
182
+ makes the open-source community such an amazing place to learn, inspire, and
183
+ create. Any contributions you make will benefit everybody else and are **greatly
184
+ appreciated**.
185
+
186
+ Please try to create bug reports that are:
187
+
188
+ - _Reproducible._ Include steps to reproduce the problem.
189
+ - _Specific._ Include as much detail as possible: which version, what
190
+ environment, etc.
191
+ - _Unique._ Do not duplicate existing opened issues.
192
+ - _Scoped to a Single Bug._ One bug per report.
193
+
194
+ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
195
+
196
+ You can use
197
+ [markdownlint-cli](https://github.com/storm-software/stryke/markdownlint-cli) to
198
+ check for common markdown style inconsistency.
199
+
200
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
201
+ <br />
202
+
203
+ ## Contributors
204
+
205
+ Thanks goes to these wonderful people
206
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
207
+
208
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
209
+
210
+ <table>
211
+ <tbody>
212
+ <tr>
213
+ <td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/stryke/commits?author=sullivanpj" title="Tests">⚠️</a></td>
214
+ <td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
215
+ <td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
216
+ </tr>
217
+ </tbody>
218
+ <tfoot>
219
+ <tr>
220
+ <td align="center" size="13px" colspan="7">
221
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
222
+ <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
223
+ </img>
224
+ </td>
225
+ </tr>
226
+ </tfoot>
227
+ </table>
228
+
229
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
230
+
231
+ This project follows the
232
+ [all-contributors](https://github.com/all-contributors/all-contributors)
233
+ specification. Contributions of any kind welcome!
234
+
235
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
236
+ <br />
237
+
238
+ <hr />
239
+ <br />
240
+
241
+ <div align="center">
242
+ <img src="https://public.storm-cdn.com/logo-banner.png" width="100%" alt="Storm Software" />
243
+ </div>
244
+ <br />
245
+
246
+ <div align="center">
247
+ <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
248
+ </div>
249
+
250
+ <div align="center">
251
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
252
+ </div>
253
+ <br />
254
+
255
+ Storm Software is an open source software development organization and creator
256
+ of Acidic, StormStack and StormCloud.
257
+
258
+ Our mission is to make software development more accessible. Our ideal future is
259
+ one where anyone can create software without years of prior development
260
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
261
+ Generative AI, and intuitive, high-level data modeling/programming languages.
262
+
263
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
264
+ receive release notifications, ask questions, and get involved.
265
+
266
+ If this sounds interesting, and you would like to help us in creating the next
267
+ generation of development tools, please reach out on our
268
+ [website](https://stormsoftware.com/contact) or join our
269
+ [Slack channel](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)!
270
+
271
+ <br />
272
+
273
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
274
+ <br />
275
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
276
+
277
+ <br />
278
+
279
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
280
+ <br />
281
+ <br />
282
+
283
+
284
+ <!-- markdownlint-restore -->
285
+ <!-- prettier-ignore-end -->
286
+
62
287
  <!-- END footer -->