An open API service indexing awesome lists of open source software.

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.

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
```