Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ fish-plugin Public archive

🧩 Template for a fish plugin

License

Notifications You must be signed in to change notification settings

meaningful-ooo/fish-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish-plugin

🐟 This is a template for fish plugin projects.

Installation

Install with Fisher:

🐟 Replace the repo name with your own:

fisher install andreiborisov/fish-plugin

System requirements

Usage

🐟 The plugin does nothing yet. Use this repo as a GitHub template or clone it manually:

git clone git@github.com:andreiborisov/fish-plugin.git

Testing

🐟 Check out Fishtape to learn how to write tests.

Tests run automatically using GitHub Actions.

To run them locally make sure you have Docker installed and start the Docker Compose configuration:

docker-compose -f docker-compose.test.yml up

This will run tests on each minor fish version starting from 3.0.

Clean up intermediate containers after that with:

docker-compose -f docker-compose.test.yml down --rmi all

License

🐟 Don't forget to update the copyright notice in the LICENSE file:

MIT