Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustakimali/devstuff-rs
devstuff - A collection of useful development tools
https://github.com/mustakimali/devstuff-rs
Last synced: about 2 months ago
JSON representation
devstuff - A collection of useful development tools
- Host: GitHub
- URL: https://github.com/mustakimali/devstuff-rs
- Owner: mustakimali
- Created: 2022-03-04T23:58:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T00:13:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T18:28:17.943Z (3 months ago)
- Language: Rust
- Homepage: https://devstuffs.mustak.im/
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devstuff - A collection of useful development tools
## Install
Install or update using `cargo`
```bash
cargo install devstuff
```## Usage
```bash
# input is a file
devstuff [category] [tool name] [file name]# input is a raw text
devstuff [category] [tool name] [input] --raw# or input is piped
echo "" | devstuff [category] [tool name]```
## Available tools
```
devstuff 0.0.1
A collection of development toolsUSAGE:
devstuffOPTIONS:
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
b64 Base64 Encoding and Decoding
hash Popular hash functions (Blake3, SHA1, SHA256, SHA512)
help Print this message or the help of the given subcommand(s)
html Minify or unminify html
json Minify or unminify json
uuid Generate an UUID```