Skip to content

Commit 2e34dcd

Browse files
committed
docs
1 parent ce96764 commit 2e34dcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/docs/20-commands/20-sv-add.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ To start on a good track, create your add-on with the `addon` template.
7878
npx sv create --template addon [path]
7979
```
8080

81-
In your new add-on directory, check out the `README.md` and `CONTRIBUTING.md` files for more information.
81+
In your new add-on directory, check out the `README.md` and `CONTRIBUTING.md` to get started.
82+
83+
To get some inspiration, check out [official addons source code](https://github.com/sveltejs/cli/tree/main/packages/sv/lib/addons).
8284

8385
### How to publish a community add-on
8486

0 commit comments

Comments
 (0)