Skip to content

sotayamashita/fisher-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Slack Room

Fisherman Index

The index file list plugins, each consisting of the following fields:

name
url
plugin description
one or more tags
author

For example:

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

Submit

The easiest way to submit new plugins for registration is using the submit plugin:

fisher i submit

For usage see fisher help submit.

You can also submit a new plugin manually and 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

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.