-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add FluxUI package #9183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FluxUI package #9183
Conversation
Adding FluxUI Sublime Text package for Laravel Livewire development
| "FluxUI": { | ||
| "description": "Complete FluxUI component library for Sublime Text with intelligent autocomplete and snippets for Laravel Livewire development", | ||
| "author": "Claudio Daud", | ||
| "homepage": "https://github.com/claudiodaud/fluxui-sublime-package", | ||
| "last_modified": "2025-01-08 12:00:00", | ||
| "platforms": { | ||
| "*": [ | ||
| { | ||
| "version": "1.0.0", | ||
| "url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip" | ||
| } | ||
| ] | ||
| } | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you mixed a few things up.
Please just put this description on your GitHub repo, that way you can update it whenever you feel like it.
Your entry should not have a key, but it should have a name.
Your package only provides completions, so many of the labels in the package meta data are not needed. That file needs to be removed from your repo, your metadata is in your entry here.
This is roughly what you're looking for:
| "FluxUI": { | |
| "description": "Complete FluxUI component library for Sublime Text with intelligent autocomplete and snippets for Laravel Livewire development", | |
| "author": "Claudio Daud", | |
| "homepage": "https://github.com/claudiodaud/fluxui-sublime-package", | |
| "last_modified": "2025-01-08 12:00:00", | |
| "platforms": { | |
| "*": [ | |
| { | |
| "version": "1.0.0", | |
| "url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip" | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "name": ""FluxUI", | |
| "author": "Claudio Daud", | |
| "details": "https://github.com/claudiodaud/fluxui-sublime-package", | |
| "labels": "labels": ["completions", "laravel"], | |
| "releases": [ | |
| { | |
| "sublime_text": "*", | |
| "url": "https://github.com/claudiodaud/fluxui-sublime-package/archive/refs/tags/v1.0.0.zip" | |
| } | |
| ] | |
| }, |
|
Please respond to the feedback to continue the review. |
Adding FluxUI Sublime Text package for Laravel Livewire development
Adding FluxUI package for Sublime Text
Package provides:
Repository: https://github.com/tu-usuario/fluxui-sublime-package
License: MIT