Remove links from readme
This commit is contained in:
@@ -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.
|
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
|
# 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`.
|
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`.
|
||||||
|
|||||||
+2
-1
@@ -2,5 +2,6 @@
|
|||||||
"name": "Welshman Docs",
|
"name": "Welshman Docs",
|
||||||
"entryPoints": ["packages/*"],
|
"entryPoints": ["packages/*"],
|
||||||
"entryPointStrategy": "packages",
|
"entryPointStrategy": "packages",
|
||||||
"exclude": ["**/normalize-url/*"]
|
"exclude": ["**/normalize-url/*"],
|
||||||
|
"hideGenerator": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user