sijad / index-1

fisherman index search and CI tests http://fisherman.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Slack Room

Index

The index is a text file that list plugins, each consisting of the following fields:

name
url
plugin description
one or more tags
author

For example:

fishtape
https://github.com/fisherman/fishtape
TAP producer and test harness
test tap harness runner
bucaran

The fisherman index powers the online search.

Adding plugins to this list

Create a pull request in this repository.

git clone https://github.com/fisherman/fisher-index
cd index
echo "$name\n$url\n$info\n$tags\n$author\n\n" >> index
git push origin master

Test coverage

  • Index integrity
  • Uniqueness of plugin/prompt name
  • Description
  • Integrity of URL
  • Uniqueness of URL
  • Uniqueness of tags within a plugin/prompt
  • Tags are shorter no more than 15 characters
  • No more than 4 tags per plugin
  • Author.

Disclaimer

All the plugins listed in this index are property of their respective owners. Follow the provided URL and see the bundled LICENSE or COPYING file for copyright information.

About

fisherman index search and CI tests http://fisherman.sh

License:MIT License


Languages

Language:Go 100.0%