Skip to content

Commit

Permalink
Add serve v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed May 5, 2018
1 parent b22e279 commit 84bb66e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
@@ -1,2 +1,11 @@
# scoop-bucket
scoop-bucket
============

Scoop bucket for my apps

This bucket is only for testing and backup. Once an app is ready for release I add it to the official [extras bucket](https://github.com/lukesampson/scoop-extras).

Apps
----

- [serve](https://github.com/philippgille/serve): serve starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues
13 changes: 13 additions & 0 deletions serve.json
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"url": "https://github.com/philippgille/serve/releases/download/v0.2.0/serve_v0.2.0_Windows_x64.zip",
"bin": "serve.exe",
"homepage": "https://github.com/philippgille/serve",
"checkver": {
"github": "https://github.com/philippgille/serve"
},
"autoupdate": {
"url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip"
},
"notes": "Thank you for installing serve! Type `serve -h` to print its usage."
}

0 comments on commit 84bb66e

Please sign in to comment.