Skip to content

Latest commit

 

History

History
167 lines (114 loc) · 6.33 KB

README.md

File metadata and controls

167 lines (114 loc) · 6.33 KB

Lobe Label

Automatically copy issues labels from template repo


English ・ 简体中文Changelog · Report Bug · Request Feature

📦 Installation

To install Lobe Label, run the following command:

npm install -g @lobehub/label-cli

Note

Make sure you have Node.js version >= 18*

🤯 Usage

To initialize the Lobe i8n configuration, run the following command:

$ lobe-label --config # or use the short flag -o

Options

Lobe Label supports the following options:

--target -t Target repo
--source -s Source repo

Note

Default source repo is canisminor1990/canisminor-template*

Copy issues labels

# Copy issues labels from canisminor1990/canisminor-template to lobehub/chat
$ lobe-label -t lobehub/chat

# Copy issues labels from lobehub/commit to lobehub/chat
$ lobe-label -t lobehub/chat -s lobehub/commit

⌨️ Local Development

You can use Github Codespaces for online development:

Or clone it for local development:

$ git clone https://github.com/lobehub/lobe-cli-toolbox.git
$ cd lobe-cli-toolbox
$ bun install
$ cd packages/lobe-label
$ bun dev

🤝 Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.

🔗 Links

More Products

  • 🤖 Lobe Chat - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
  • 🤯 Lobe Theme - The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.

Credits


📝 License

Copyright © 2023 LobeHub.
This project is MIT licensed.