https://github.com/wk-j/dotnet-base64-url
https://github.com/wk-j/dotnet-base64-url
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wk-j/dotnet-base64-url
- Owner: wk-j
- Created: 2023-06-10T03:51:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T04:26:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T18:14:53.818Z (3 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base 64
Download content from URL then convert to base64 string.
```bash
dotnet tool install -g wk.Base64URL
```# Usage
```bash
wk-base64-url https://example-files.online-convert.com/document/txt/example.txt
```