Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-schabel committed Nov 23, 2023
1 parent 50f38fe commit ea17623
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

![Bun Nook Kit Logo](https://user-images.githubusercontent.com/18100375/231109092-34bdc552-dd37-413d-8eec-b9b668340b65.png)

![GitHub License](https://img.shields.io/github/license/brandon-schabel/bun-nook-kit)
![Discord](https://img.shields.io/discord/1164699087543746560)
![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/bun_nook_kit)
![npm](https://img.shields.io/npm/v/bnkit?logo=npm)
![GitHub release (with filter)](https://img.shields.io/github/v/release/brandon-schabel/bun-nook-kit)
![Stars][https://img.shields.io/github/stars/brandon-schabel/bun-nook-kit]
![npm bundle size](https://img.shields.io/bundlephobia/min/bnkit)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/bnkit)

Bun Nook Kit (BNK) is a comprehensive toolkit for software development, leveraging the power of Bun and TypeScript. With zero third-party dependencies, strong TypeScript inferencing, and a focus on Web API standards, BNK offers a modular, type-safe, and efficient way to build robust applications.

Expand Down Expand Up @@ -147,6 +155,9 @@ Create typesafe server routes and middleware!
<img width="582" alt="Xnapper-2023-11-14-19 47 14" src="https://github.com/brandon-schabel/bun-nook-kit/assets/18100375/78afc0e7-46c0-4269-8072-e8622f111b08">


### Sponsors
None! Be the first to sponsor BNK :)

## License

Bun Nook Kit is licensed under the MIT License. Enjoy the freedom to use, modify, and distribute the software under very permissive terms.
Expand Down
1 change: 1 addition & 0 deletions htmlody/css-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ export const CSS_MAP = {
"max-h-6xl": "max-height: 72rem;",
"max-h-7xl": "max-height: 80rem;",
"max-h-full": "max-height: 100%;",
"100vh": "height: 100vh;",

// to support the return type of uClass function`
"u-class": "",
Expand Down
1 change: 1 addition & 0 deletions plugins/react-server/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# react-server
![npm bundle size](https://img.shields.io/bundlephobia/min/%40bnk%2Freact-server)

To install dependencies:

Expand Down
5 changes: 4 additions & 1 deletion plugins/react/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Bun Nook Kit Plugins
# React Bun Nook Kit Plugin
![npm bundle size](https://img.shields.io/bundlephobia/min/%40bnk%2Freact)

## Bun Nook Kit Plugins

This plugin library provides a collection of easy-to-use, modular plugins to enhance the functionality of Bun Nook Kit applications. These plugins are not core modules but are built upon the core modules, adding extra features and flexibility to Bun Nook Kit projects.

Expand Down

0 comments on commit ea17623

Please sign in to comment.