-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from builder-group/develop
Merge develop into main
- Loading branch information
Showing
164 changed files
with
509 additions
and
1,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": ["@changesets/changelog-github", { "repo": "inbeta-group/monorepo" }], | ||
"changelog": ["@changesets/changelog-github", { "repo": "builder-group/monorepo" }], | ||
"commit": false, | ||
"fixed": [], | ||
"linked": [], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
'google-webfonts-client': patch | ||
'validation-adapters': patch | ||
'validation-adapter': patch | ||
'feature-logger': patch | ||
'@blgc/openapi-router': patch | ||
'feature-fetch': patch | ||
'feature-react': patch | ||
'feature-state': patch | ||
'figma-connect': patch | ||
'feature-form': patch | ||
'@blgc/config': patch | ||
'@blgc/types': patch | ||
'@blgc/utils': patch | ||
'@blgc/cli': patch | ||
--- | ||
|
||
Rebrand to builder.group |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ jobs: | |
uses: tsickert/[email protected] | ||
with: | ||
webhook-url: ${{ env.DISCORD_WEBHOOK_URL }} | ||
content: "New versions of @ibg were published!" | ||
content: "New versions of @blgc were published!" | ||
|
||
- name: 🔄 Merge main into develop | ||
if: steps.changesets.outputs.published == 'true' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Code of Conduct | ||
|
||
inbeta.group has adopted a Code of Conduct that we expect project participants to follow. | ||
builder.group has adopted a Code of Conduct that we expect project participants to follow. | ||
Please [read the full text](https://code.fb.com/codeofconduct/) so that you can understand what actions will and will not be tolerated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,55 @@ | ||
<h1 align="center"> | ||
<img src="./.github/assets/banner.svg" alt="inbeta.group (ibg) banner"> | ||
<img src="./.github/assets/banner.svg" alt="builder.group (blgc) banner"> | ||
</h1> | ||
|
||
<p align="left"> | ||
<a href="https://github.com/inbeta-group/monorepo/blob/develop/LICENSE"> | ||
<img src="https://img.shields.io/github/license/inbeta-group/monorepo.svg?label=license&style=flat&colorA=293140&colorB=F0E81A" alt="GitHub License"/> | ||
<a href="https://github.com/builder-group/monorepo/blob/develop/LICENSE"> | ||
<img src="https://img.shields.io/github/license/builder-group/monorepo.svg?label=license&style=flat&colorA=293140&colorB=FDE200" alt="GitHub License"/> | ||
</a> | ||
<a href="https://dyn.art/s/discord/?source=inbeta-group-readme"> | ||
<img src="https://img.shields.io/discord/795291052897992724.svg?label=&logo=discord&logoColor=000000&color=293140&labelColor=F0E81A" alt="Join Discord"/> | ||
<a href="https://discord.gg/w4xE3bSjhQ"> | ||
<img src="https://img.shields.io/discord/795291052897992724.svg?label=&logo=discord&logoColor=000000&color=293140&labelColor=FDE200" alt="Join Discord"/> | ||
</a> | ||
</p> | ||
|
||
A collection of open source libraries maintained by [@bennoinbeta](https://github.com/bennoinbeta) and [inbeta.group](https://inbeta.group). | ||
|
||
Brought to you by [dyn.art](https://github.com/dyn-art/monorepo). An open-source and template based image generation API. | ||
A collection of open source libraries maintained by [builder.group](https://builder.group). Let's build together. | ||
|
||
## 📦 Packages | ||
|
||
| Package | Description | NPM Package | | ||
|---------|-------------|-------------| | ||
| [cli](https://github.com/inbeta-group/monorepo/blob/develop/packages/cli) | Straightforward CLI to bundle Typescript libraries with presets, powered by Rollup and Esbuild | [`@ibg/cli`](https://www.npmjs.com/package/@ibg/cli) | | ||
| [config](https://github.com/inbeta-group/monorepo/blob/develop/packages/cli) | Collection of ESLint, Vite, and Typescript configurations | [`@ibg/config`](https://www.npmjs.com/package/@ibg/config) | | ||
| [feature-fetch](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-fetch) | Straightforward, typesafe, and feature-based fetch wrapper supporting OpenAPI types | [`feature-fetch`](https://www.npmjs.com/package/feature-fetch) | | ||
| [feature-form](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-form) | Straightforward, typesafe, and feature-based form library | [`feature-form`](https://www.npmjs.com/package/feature-form) | | ||
| [feature-logger](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-logger) | Straightforward, typesafe, and feature-based logging library | [`feature-logger`](https://www.npmjs.com/package/feature-logger) | | ||
| [feature-react](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-react) | ReactJs extension for the feature-state and feature-form library, providing hooks and features for ReactJs | [`feature-state-react`](https://www.npmjs.com/package/feature-state-react) | | ||
| [feature-state](https://github.com/inbeta-group/monorepo/blob/develop/packages/feature-state) | Straightforward, typesafe, and feature-based state management library for ReactJs | [`feature-state`](https://www.npmjs.com/package/feature-state) | | ||
| [figma-connect](https://github.com/inbeta-group/monorepo/blob/develop/packages/figma-connect) | Straightforward and typesafe wrapper around the communication between the app/ui (iframe) and plugin (sandbox) part of a Figma Plugin | [`figma-connect`](https://www.npmjs.com/package/figma-connect) | | ||
| [google-webfonts-client](https://github.com/inbeta-group/monorepo/blob/develop/packages/google-webfonts-client) | Typesafe and straightforward fetch client for interacting with the Google Web Fonts API using feature-fetch | [`google-webfonts-client`](https://www.npmjs.com/package/google-webfonts-client) | | ||
| [openapi-router](https://github.com/inbeta-group/monorepo/blob/develop/packages/openapi-router) | Thin wrapper around the router of web frameworks like Express and Hono, offering OpenAPI typesafety and seamless integration with validation libraries such as Valibot and Zod | [`@ibg/openapi-router`](https://www.npmjs.com/package/@ibg/openapi-router) | | ||
| [utils](https://github.com/inbeta-group/monorepo/blob/develop/packages/utils) | Straightforward, typesafe, and tree-shakable collection of utility functions | [`@ibg/utils`](https://www.npmjs.com/package/@ibg/utils) | | ||
| [validation-adapter](https://github.com/inbeta-group/monorepo/blob/develop/packages/validation-adapter) | Universal validation adapter that integrates various validation libraries like Zod, Valibot, and Yup | [`validation-adapter`](https://www.npmjs.com/package/validation-adapter) | | ||
| [validation-adapters](https://github.com/inbeta-group/monorepo/blob/develop/packages/validation-adapters) | Pre-made validation adapters for the validation-adapter library, including adapters for Zod and Valibot | [`validation-adapters`](https://www.npmjs.com/package/validation-adapters) | | ||
| Package | Description | NPM Package | | ||
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- | | ||
| [cli](https://github.com/builder-group/monorepo/blob/develop/packages/cli) | Straightforward CLI to bundle Typescript libraries with presets, powered by Rollup and Esbuild | [`@blgc/cli`](https://www.npmjs.com/package/@blgc/cli) | | ||
| [config](https://github.com/builder-group/monorepo/blob/develop/packages/cli) | Collection of ESLint, Vite, and Typescript configurations | [`@blgc/config`](https://www.npmjs.com/package/@blgc/config) | | ||
| [feature-fetch](https://github.com/builder-group/monorepo/blob/develop/packages/feature-fetch) | Straightforward, typesafe, and feature-based fetch wrapper supporting OpenAPI types | [`feature-fetch`](https://www.npmjs.com/package/feature-fetch) | | ||
| [feature-form](https://github.com/builder-group/monorepo/blob/develop/packages/feature-form) | Straightforward, typesafe, and feature-based form library | [`feature-form`](https://www.npmjs.com/package/feature-form) | | ||
| [feature-logger](https://github.com/builder-group/monorepo/blob/develop/packages/feature-logger) | Straightforward, typesafe, and feature-based logging library | [`feature-logger`](https://www.npmjs.com/package/feature-logger) | | ||
| [feature-react](https://github.com/builder-group/monorepo/blob/develop/packages/feature-react) | ReactJs extension for the feature-state and feature-form library, providing hooks and features for ReactJs | [`feature-state-react`](https://www.npmjs.com/package/feature-state-react) | | ||
| [feature-state](https://github.com/builder-group/monorepo/blob/develop/packages/feature-state) | Straightforward, typesafe, and feature-based state management library for ReactJs | [`feature-state`](https://www.npmjs.com/package/feature-state) | | ||
| [figma-connect](https://github.com/builder-group/monorepo/blob/develop/packages/figma-connect) | Straightforward and typesafe wrapper around the communication between the app/ui (iframe) and plugin (sandbox) part of a Figma Plugin | [`figma-connect`](https://www.npmjs.com/package/figma-connect) | | ||
| [google-webfonts-client](https://github.com/builder-group/monorepo/blob/develop/packages/google-webfonts-client) | Typesafe and straightforward fetch client for interacting with the Google Web Fonts API using feature-fetch | [`google-webfonts-client`](https://www.npmjs.com/package/google-webfonts-client) | | ||
| [openapi-router](https://github.com/builder-group/monorepo/blob/develop/packages/openapi-router) | Thin wrapper around the router of web frameworks like Express and Hono, offering OpenAPI typesafety and seamless integration with validation libraries such as Valibot and Zod | [`@blgc/openapi-router`](https://www.npmjs.com/package/@blgc/openapi-router) | | ||
| [utils](https://github.com/builder-group/monorepo/blob/develop/packages/utils) | Straightforward, typesafe, and tree-shakable collection of utility functions | [`@blgc/utils`](https://www.npmjs.com/package/@blgc/utils) | | ||
| [validation-adapter](https://github.com/builder-group/monorepo/blob/develop/packages/validation-adapter) | Universal validation adapter that integrates various validation libraries like Zod, Valibot, and Yup | [`validation-adapter`](https://www.npmjs.com/package/validation-adapter) | | ||
| [validation-adapters](https://github.com/builder-group/monorepo/blob/develop/packages/validation-adapters) | Pre-made validation adapters for the validation-adapter library, including adapters for Zod and Valibot | [`validation-adapters`](https://www.npmjs.com/package/validation-adapters) | | ||
|
||
### 📚 Examples | ||
|
||
> See [`/examples`](https://github.com/inbeta-group/monorepo/tree/develop/examples) | ||
> See [`/examples`](https://github.com/builder-group/monorepo/tree/develop/examples) | ||
### `feature-state` | ||
- [`feature-state/react/counter`](https://github.com/inbeta-group/monorepo/tree/develop/examples/feature-state/react/counter) | ||
|
||
- [`feature-state/react/counter`](https://github.com/builder-group/monorepo/tree/develop/examples/feature-state/react/counter) | ||
|
||
### `feature-form` | ||
- [`feature-form/react/basic`](https://github.com/inbeta-group/monorepo/tree/develop/examples/feature-form/react/basic) | ||
|
||
- [`feature-form/react/basic`](https://github.com/builder-group/monorepo/tree/develop/examples/feature-form/react/basic) | ||
|
||
### `openapi-router` | ||
- [`openapi-router/hono/petstore`](https://github.com/inbeta-group/monorepo/tree/develop/examples/openapi-router/hono/petstore) | ||
- [`openapi-router/express/petstore`](https://github.com/inbeta-group/monorepo/tree/develop/examples/openapi-router/express/petstore) | ||
|
||
- [`openapi-router/hono/petstore`](https://github.com/builder-group/monorepo/tree/develop/examples/openapi-router/hono/petstore) | ||
- [`openapi-router/express/petstore`](https://github.com/builder-group/monorepo/tree/develop/examples/openapi-router/express/petstore) | ||
|
||
## FAQ | ||
|
||
### What does `blgc` stand for? | ||
|
||
`blgc` stands for **B**ui**L**der.**G**roup **C**ommunity, chosen because similar names like `blg`, `bldr` and `bgc` were already taken. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/openapi-router/express/petstore/src/middlewares/error-middleware.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/openapi-router/express/petstore/src/middlewares/invalid-path-middleware.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/openapi-router/hono/petstore/src/handlers/error-handler.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/openapi-router/hono/petstore/src/handlers/invalid-path-handler.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.