Skip to content

Commit

Permalink
(Feat): Add diff-so-fancy (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Dec 14, 2023
1 parent 588579e commit e511b41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/diff-so-fancy/diff_so_fancy.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { toolInstallTest } from "tests";

toolInstallTest({
toolName: "diff-so-fancy",
toolVersion: "1.4.3",
});
9 changes: 9 additions & 0 deletions tools/diff-so-fancy/plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 0.1
tools:
definitions:
- name: diff-so-fancy
runtime: node
package: diff-so-fancy
known_good_version: 1.4.3
# NOTE: shim may differ from tool name
shims: [diff-so-fancy]

0 comments on commit e511b41

Please sign in to comment.