https://github.com/dukeluo/bumblebee
CLI for migrating blog post images.
https://github.com/dukeluo/bumblebee
blog-images blog-migration deno deno-demo migration-tool typescript
Last synced: about 1 year ago
JSON representation
CLI for migrating blog post images.
- Host: GitHub
- URL: https://github.com/dukeluo/bumblebee
- Owner: dukeluo
- License: apache-2.0
- Created: 2022-03-14T15:22:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T02:56:31.000Z (over 4 years ago)
- Last Synced: 2025-03-17T21:44:07.386Z (over 1 year ago)
- Topics: blog-images, blog-migration, deno, deno-demo, migration-tool, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/bumblebee
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bumblebee
bumblebee is a Deno CLI tool used to migrate blog post images. This tool lets
you download and group blog post images, and update image urls to the newest
domain.
## Usage
You'll first need to install [Deno](https://deno.land/).
Then, you'll need to clone this repository to install bumblebee.
Next, run the following command to use bumblebee:
```sh
deno run --allow-read --allow-env --allow-net --allow-write mod.ts
```