https://github.com/hack-ink/vibe-mono
https://github.com/hack-ink/vibe-mono
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-ink/vibe-mono
- Owner: hack-ink
- License: gpl-3.0
- Created: 2022-07-29T08:15:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T03:19:27.000Z (4 months ago)
- Last Synced: 2026-01-31T17:31:46.841Z (4 months ago)
- Language: Rust
- Size: 259 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Governance: docs/governance.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# name_placeholder
description_placeholder
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://docs.rs/name_placeholder)
[](https://github.com/hack-ink/name_placeholder/actions/workflows/language.yml)
[](https://github.com/hack-ink/name_placeholder/actions/workflows/release.yml)
[](https://github.com/hack-ink/name_placeholder/tags)
[](https://github.com/hack-ink/name_placeholder)
[](https://github.com/hack-ink/name_placeholder)
## Feature Highlights
### TODO
TODO
## Status
TODO
## Usage
### Installation
#### Build from Source
```sh
# Clone the repository.
git clone https://github.com/hack-ink/name_placeholder
cd name_placeholder
# To install Rust on macOS and Unix, run the following command.
#
# To install Rust on Windows, download and run the installer from `https://rustup.rs`.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
# Install the necessary dependencies. (Unix only)
# Using Ubuntu as an example, this really depends on your distribution.
sudo apt-get update
sudo apt-get install
# Build the project, and the binary will be available at `target/release/name_placeholder`.
cargo build --release
# If you are a macOS user and want to have a `name_placeholder.app`, run the following command.
# Install `cargo-bundle` to pack the binary into an app.
cargo install cargo-bundle
# Pack the app, and the it will be available at `target/release/bundle/osx/name_placeholder.app`.
cargo bundle --release
```
#### Download Pre-built Binary
- **macOS**
- Download the latest pre-built binary from [GitHub Releases](https://github.com/hack-ink/name_placeholder/releases/latest).
- **Windows**
- TODO
- **Unix**
- TODO
### Configuration
#### TODO
TODO
### Interaction
TODO
### Update
TODO
## Development
### Architecture
TODO
## Support Me
If you find this project helpful and would like to support its development, you can buy me a coffee!
Your support is greatly appreciated and motivates me to keep improving this project.
- **Fiat**
- [Ko-fi](https://ko-fi.com/hack_ink)
- [Afdian](https://afdian.com/a/hack_ink)
- **Crypto**
- **Bitcoin**
- `bc1pedlrf67ss52md29qqkzr2avma6ghyrt4jx9ecp9457qsl75x247sqcp43c`
- **Ethereum**
- `0x3e25247CfF03F99a7D83b28F207112234feE73a6`
- **Polkadot**
- `156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y`
Thank you for your support!
## Appreciation
We would like to extend our heartfelt gratitude to the following projects and contributors:
- The Rust community for their continuous support and development of the Rust ecosystem.
## Additional Acknowledgements
- TODO
### License
Licensed under [GPL-3.0](LICENSE).