Hi! We're excited that you're interested in contributing to Drive-rename. This guide will help you get started.
To develop locally, fork the drive-rename repository and clone it in your local machine.
To develop and test the extension:
- Run
pnpm i
in the root folder. - Run
pnpm dev
to start the development server. - Click
install
in the extension popup to install the extension in your browser.
- The Container: Where to inject the rename button
- When to show the rename button
- When to pull the file list
- File list api: How to get the file list
- Rename api: How to rename the file
- Implement a new provider in
providers/xxx.ts
- Update
README.md
with the new provider