monacopilot 0.11.3 → 0.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Monacopilot
|
|
4
4
|
|
|
5
|
-
**Monacopilot**
|
|
5
|
+
**Monacopilot** is a powerful and customizable AI auto-completion plugin for the Monaco Editor. Inspired by GitHub Copilot.
|
|
6
6
|
|
|
7
7
|
### Motivation
|
|
8
8
|
|
|
@@ -44,6 +44,7 @@ Here are some examples of how to integrate Monacopilot into your project:
|
|
|
44
44
|
- [App Router](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/nextjs/app)
|
|
45
45
|
- [Pages Router](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/nextjs/pages)
|
|
46
46
|
- [Remix](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/remix)
|
|
47
|
+
- [Vue](https://github.com/arshad-yaseen/monacopilot/tree/main/examples/vue)
|
|
47
48
|
|
|
48
49
|
## Inline Completions
|
|
49
50
|
|