Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Mar 5, 2024
1 parent 602c9e1 commit 5986105
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

> A reverse proxy for local development with SSL support, custom domains, and more.
## ☘️ Features
## Features

- Reverse Proxy
- SSL Support
Expand All @@ -19,12 +19,12 @@
- /etc/hosts Management
- Dependency-free Binary

## 🤖 Usage
## Usage

```bash
bun install -d bun-reverse-proxy
# brew install reverse-proxy
# pkgx install reverse-proxy
# brew install reverse-proxy - wip
# pkgx install reverse-proxy - wip
```

Now, you can use it in your project:
Expand Down Expand Up @@ -94,3 +94,12 @@ For casual chit-chat with others using this package:
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.

Made with 💙

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/bun-reverse-proxy?style=flat-square
[npm-version-href]: https://npmjs.com/package/bun-reverse-proxy
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/reverse-proxy/ci.yml?style=flat-square&branch=main
[github-actions-href]: https://github.com/stacksjs/reverse-proxy/actions?query=workflow%3Aci

<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/reverse-proxy/main?style=flat-square
[codecov-href]: https://codecov.io/gh/stacksjs/reverse-proxy -->
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"test": "bun test",
"typecheck": "bun --bun tsc --noEmit"
},
"dependencies": {
"@stacksjs/cli": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/storage": "workspace:*",
"c12": "^1.9.0"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@stacksjs/eslint-config": "^0.58.73",
Expand Down

0 comments on commit 5986105

Please sign in to comment.