Add generator plugin

This commit is contained in:
venashial
2022-05-20 00:10:15 -07:00
parent 06c210f5c8
commit 0f6263d82e
11 changed files with 1446 additions and 147 deletions

View File

@@ -1,6 +1,6 @@
# Omorphia
*The Modrinth component library, in Svelte*
_The Modrinth component library, in Svelte_
---
@@ -8,6 +8,8 @@
Learn more at [omorphia.modrinth.com.](https://omorphia.modrinth.com)
Requires Node v16.5+.
## Developing
The library lives in the `src/package` folder, and the documentation lives in the `src/routes` folder.
@@ -29,4 +31,4 @@ To build the documentation site, run:
```bash
pnpm build
```
```