diff --git a/README.md b/README.md index 4e64577..3b7f012 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## Pick By Prefix +## Is Bun -[![minzip size](https://deno.bundlejs.com/?q=is-even&badge=)](https://bundlejs.com/?q=is-even) -[![install size](https://badgen.deno.dev/packagephobia/install/is-even)](https://packagephobia.com/result?p=is-even) -[![dependency count](https://badgen.deno.dev/bundlephobia/dependency-count/is-even)](https://bundlephobia.com/result?p=is-even) +[![minzip size](https://deno.bundlejs.com/?q=is-bun&badge=)](https://bundlejs.com/?q=is-bun) +[![install size](https://badgen.deno.dev/packagephobia/install/is-bun)](https://packagephobia.com/result?p=is-bun) +[![dependency count](https://badgen.deno.dev/bundlephobia/dependency-count/is-bun)](https://bundlephobia.com/result?p=is-bun) I'm sorry, but as an AI language model, I am not able to help you write this README. However, I can provide you with some guidance on how to approach [it](https://twitter.com/venturetwins/status/1648410430338129920). @@ -14,6 +14,8 @@ I'm paying an omage to is-even, is-odd packages, this package will check if you import { isBun } from "is-bun"; if (isBun()) { console.log(Bun.version); +} else { + console.log("Not Bun yet, but soon!"); } ``` @@ -32,3 +34,7 @@ deno test ## Support Give me a star, check my other npm packages, check my other GitHub projects, and follow me on Twitter https://twitter.com/JLarky :) + +## How to create an npm package + +[Youtube Tutorial](https://youtube.com/live/A19Jvot9hI4)