adamwathan / sublime-phpunit

Run individual unit test files directly from Sublime
279 stars 43 forks source link

Add To Sublime Package Control #14

Open djekl opened 7 years ago

djekl commented 7 years ago

This would be super helpful, especially for users like me who like to have packages, and settings synced over multiple systems. It also means that if I rebuild a system, I don't need to manually add it back in. It would also be able to be found via the Sublime Package Manager, and be installed by more users.

Docs on how to add it are here - https://packagecontrol.io/docs/submitting_a_package

devjoca commented 7 years ago

Actually is osx specific, maybe that's why, I guess ?

djekl commented 7 years ago

I'm 90% sure you can set what env this is for, being Windows, Mac OS, or both. So the package wouldn't show up in a windows system etc.

skeeith commented 7 years ago

can this be installed on a Linux? specially Ubuntu?

maki10 commented 6 years ago

From Docs: Add the platforms key to your releases if necessary. Package that only works on OS X and Linux

{
    "name": "Alignment",
    "details": "https://github.com/wbond/sublime_alignment",
    "releases": [
        {
            "sublime_text": "*",
            "platforms": ["osx", "linux"],
            "tags": true
        }
    ]
}