astro-obsidian-graph
v0.1.13
Published
This is an [Astro integration](https://docs.astro.build/en/guides/integrations-guide/) that TODO:description
Maintainers
Readme
package-name
This is an Astro integration that TODO:description
Usage
Prerequisites
TODO:
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add package-namenpx astro add package-nameyarn astro add package-nameOr install it manually:
- Install the required dependencies
pnpm add package-namenpm install package-nameyarn add package-name- Add the integration to your astro config
+import integration from "package-name";
export default defineConfig({
integrations: [
+ integration(),
],
});Configuration
TODO:configuration
Contributing
This package is structured as a monorepo:
playgroundcontains code for testing the packagepackagecontains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfileStart the playground and package watcher:
pnpm devYou can now edit files in package. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by TODO:.
Acknowledgements
TODO:
