Skip to content

Commit

Permalink
Add Bonjour extension
Browse files Browse the repository at this point in the history
  • Loading branch information
that70schris committed Aug 16, 2024
1 parent ed9f7f1 commit 791648f
Show file tree
Hide file tree
Showing 11 changed files with 2,422 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/bonjour/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/bonjour/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/bonjour/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 80,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/bonjour/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Bonjour Changelog

## [Initial Version] - 2024-08-14
3 changes: 3 additions & 0 deletions extensions/bonjour/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Bonjour

Manage Bonjour services
Binary file added extensions/bonjour/assets/bonjour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/bonjour/metadata/bonjour-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 791648f

Please sign in to comment.