mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 22:54:30 +01:00
- Add project structure with TypeScript, React, and Vite - Implement nostr authentication using browser extension (NIP-07) - Add NIP-51 compliant bookmark fetching and display - Create minimal UI with login and bookmark components - Integrate applesauce-core and applesauce-react libraries - Add responsive styling with dark/light mode support - Include comprehensive README with setup instructions This is a minimal MVP for a nostr bookmark client that allows users to view their bookmarks according to NIP-51 specification.
7.3 KiB
7.3 KiB
TypeScript API Utils
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
Usage
npm i ts-api-utils
import * as tsutils from "ts-api-utils";
tsutils.forEachToken(/* ... */);
API
ts-api-utils provides many utility functions.
Check out our API docs for details:
Development
See .github/CONTRIBUTING.md.
Thanks! 💖
Contributors
Many thanks to @ajafff for creating the original tsutils (original license: MIT) that this project was originally based on! 🙏
Dan Vanderkam 🐛 |
Johannes Chorzempa 📖 💻 |
Josh Goldberg 🐛 💻 📖 📆 ⚠️ 🔧 🚧 🚇 🤔 |
Kirill Cherkashin 💻 |
Kirk Waiblinger 🐛 💻 |
Klaus Meinhardt 💻 ⚠️ |
Lars Kappert 💻 |
Rebecca Stevens 🐛 💻 📖 📆 ⚠️ 🔧 🚇 🚧 🤔 |
💙 This package was templated with create-typescript-app.
"My tools! I have to have my tools!" - Dennis Reynolds