fish-plugin

March 5, 2021 ยท View on GitHub

๐ŸŸ 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