Skip to content

Commit

Permalink
adding plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Apr 28, 2024
1 parent acb2677 commit 25a16a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://marketplace.visualstudio.com/items?itemName=ossph.idea-langugage">Code Extension</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://github.com/OSSPhilippines/idea/blob/main/docs/contribute.md">Contribute</a>
<a href="https://github.com/OSSPhilippines/idea/blob/main/docs/plugins.md">Plugins</a>
<br />
<hr />
</div>
Expand Down Expand Up @@ -115,9 +115,9 @@ following example.
```js
//my.idea
plugin "@ossph/idea-typescript" {
plugin "idea-ts" {
ts true
output "./src/types.ts"
output "./modules/[name]/types"
}
// ... your idea ...
// model Product ...
Expand All @@ -142,3 +142,4 @@ Learn more:
- [Form an Idea](//github.com/OSSPhilippines/idea/blob/main/docs/schema.md)
- [Transform an Idea](//github.com/OSSPhilippines/idea/blob/main/docs/transform.md)
- [Plugins](//github.com/OSSPhilippines/idea/blob/main/docs/plugins.md)
10 changes: 10 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Plugins

The following plugins are created by the community.

| Plugin | Description |
|------------------------------------------------------------|------------------------------|
| [idea-ts](https://www.npmjs.com/package/idea-ts) | Ideas to typescript typings. |
| [idea-assert](https://www.npmjs.com/package/idea-assert) | Ideas to assert code. |
| [idea-drizzle](https://www.npmjs.com/package/idea-drizzle) | Ideas to drizzle. |
| [idea-frui](https://www.npmjs.com/package/idea-frui) | Ideas to FRUI. |

0 comments on commit 25a16a6

Please sign in to comment.