https://github.com/corebytee/frp
https://github.com/corebytee/frp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corebytee/frp
- Owner: CoreBytee
- License: mit
- Created: 2025-04-01T19:16:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-09T16:57:28.000Z (9 months ago)
- Last Synced: 2025-10-16T22:54:50.552Z (9 months ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frp
## 🛠️ Project Description
`frp` is a project designed to ease the installation and setup of the `frpc` and `frps` executables. It aims to simplify the process for users by providing straightforward installation and usage instructions.
## 📦 Usage
To use the project, follow these steps:
1. Install the project:
- Install via `bun`: `bun add @corebyte/frp`
- Install via `npm`: `npm install @corebyte/frp`
2. After installation, the `frpc`, and `frps` executables are added to your system's PATH.
3. You can run them directly from the command line: `frpc --help` & `frps --help`
4. Refer to the [official documentation](https://github.com/fatedier/frp) for detailed usage instructions.
## 🤝 Contributing
Contributions are welcome! To contribute:
1. Fork the repository.
2. Apply your edits.
3. Create a pull request with a clear description of your changes.
4. Profit!
## 📜 License
This project is licensed under the MIT License. See the `LICENSE` file for details.