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 index powers the online search.
Create a pull request in this repository.
git clone https://github.com/argos-scripts/index
cd index
echo -e "$name\n$url\n$info\n$tags\n$author\n" >> index
git push origin master
- 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.
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.