Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 603 Bytes

multi-gitter example scripts

This folder contains example scripts that can be used with multi-gitter and might be useful to use as is or to get inspiration from.

Add your own example

Other developers might find how you solved your use-case useful as well! Please contribute your example by adding it to corresponding language folder (or general).

Always add a Title: xxx comment to your script with a line comment so that it can be parsed by automated tools.

Bash example:

# Title: My bash script that does X

JavaScript example:

// Title: My js script that does X