micro-editor / plugin-channel

Official plugin channel for micro
225 stars 47 forks source link

alphabetize repo list, add fish plugin #1

Closed CamilleScholtz closed 7 years ago

zyedidia commented 7 years ago

The Version section in your repo.json should be 0.1.0 instead of 0.1. Otherwise it looks good.

CamilleScholtz commented 7 years ago

So versions should always be like X.X.X?

zyedidia commented 7 years ago

Yup. That's the semver way.

CamilleScholtz commented 7 years ago

Should be fixed now :)

zyedidia commented 7 years ago

Oops it seems there's actually a bit more to fix. The url should link to a zip file not a tarball. Use "Url": "https://github.com/onodera-punpun/micro-fish-plugin/archive/0.1.zip" instead.

If you want to test the installation yourself, you can add https://raw.githubusercontent.com/onodera-punpun/micro-fish-plugin/master/repo.json as a repo by adding the following to you settings.json file:

"pluginrepos": [
    "https://raw.githubusercontent.com/onodera-punpun/micro-fish-plugin/master/repo.json"
]

I plan to document all this stuff soon.

CamilleScholtz commented 7 years ago

Yup, fixed