Skip to content

argos-scripts/index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 index powers the online search.

Adding plugins to this list

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

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.

Packages

No packages published

Languages

  • Go 100.0%