Skip to content

Commit

Permalink
feat: add napi-rs template
Browse files Browse the repository at this point in the history
  • Loading branch information
William Luke authored May 13, 2021
1 parent 938b142 commit 6df98c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ export const EXAMPLE_REPOS: Record<string, ExampleRepo> = {
initialPath: "",
defaultRef: "main",
},
"napi-rs" : {
user: "napi-rs",
repo: "package-template",
initialPath: "",
defaultRef: "main",
},
}

0 comments on commit 6df98c5

Please sign in to comment.