Remove links from readme

This commit is contained in:
Jon Staab
2024-12-16 09:55:10 -08:00
parent 0af400efd4
commit f26c150d21
2 changed files with 2 additions and 13 deletions
-12
View File
@@ -2,18 +2,6 @@
A nostr toolkit focused on creating highly a configurable client system, extracted from the [Coracle](https://github.com/coracle-social/coracle) nostr client.
This is a monorepo which is split into several different packages:
- [@welshman/app](packages/app/README.MD) - a framework for building nostr apps
- [@welshman/content](packages/content/README.MD) - utilities for parsing and rendering notes.
- [@welshman/dvm](packages/dvm/README.MD) - utilities for creating and making request against dvms.
- [@welshman/feeds](packages/feeds/README.MD) - an interpreter for custom nostr feeds.
- [@welshman/lib](packages/lib/README.MD) - generic utility functions.
- [@welshman/net](packages/net/README.MD) - framework for interacting with relays.
- [@welshman/signer](packages/signer/README.MD) - signers and utilities for signing/encryption/decryption
- [@welshman/store](packages/store/README.MD) - utilities for building svelte stores for welshman apps
- [@welshman/util](packages/util/README.MD) - various nostr-specific utilities.
# Linking
If you're developing an application which requires changes to welshman, you'll need to use `npm link` to link the two. This is an annoying process, and is only supported if using `npm`.