https://github.com/sidharthpunathil/blackhole
BlackHole: A friendly tool to clean up node_modules from your projects folder (just a joke)
https://github.com/sidharthpunathil/blackhole
rust script
Last synced: 4 months ago
JSON representation
BlackHole: A friendly tool to clean up node_modules from your projects folder (just a joke)
- Host: GitHub
- URL: https://github.com/sidharthpunathil/blackhole
- Owner: sidharthpunathil
- Created: 2023-09-12T18:57:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T11:57:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T22:37:45.876Z (over 1 year ago)
- Topics: rust, script
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlackHole: A friendly tool to clean up node_modules from your projects folder

> This guide can be incredibly valuable when you're short on time and need a quick way to back up your scripts.
## Compiling and Running a Rust File
This guide will walk you through the process of compiling and running a Rust file on your system.
## Prerequisites
Before you begin, make sure you have Rust installed on your machine. If you haven't already, you can download and install Rust by following the instructions on the official website: [Rust Installation Guide](https://www.rust-lang.org/tools/install).
## Compilation
1. Open your terminal or command prompt.
2. Navigate to the directory containing your Rust source file (`.rs` file).
3. To compile your Rust program, use the `rustc` (Rust compiler) command followed by the name of your source file. For example, if your source file is named `main.rs`, run the following command:
```bash
rustc main.rs
./main.exe
4. Or You can just use the executable ;)