Skip to content

micro-garden/plugin-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Plugin List

This repository automatically collects and lists micro editor plugins.

You can browse the full plugin list here:
micro Plugin List on GitHub Pages

How it works

  • This project fetches GitHub repositories containing a repo.json file.
  • The repo.json must be located in the root of the default branch (main or master).
  • The file should contain an array of plugin metadata, each with Name and Description fields.

Example:

[
  {
    "Name": "MyPlugin",
    "Description": "A plugin that does something useful"
  }
]

License

The plugin list is generated from publicly available metadata.
This repository itself is licensed under the MIT License.

Author

Aki Kareha (aki@kareha.org)

About

This repository automatically collects and lists micro editor plugins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published