Skip to content

Commit

Permalink
start of doc-refactors-2025-02-05-sgc5oj πŸͺ„ - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Feb 5, 2025
1 parent 5dcdadb commit 3b75e2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# πŸŒ€ blue-plugin

πŸŒ€ `blue-plugin` is a git template for an πŸͺ„ [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin, to build [things like these](https://github.com/kamangir?tab=repositories), that out-of-the-box support,
πŸŒ€ `@plugin` is a git template for an πŸͺ„ [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin, to build [things like these](https://github.com/kamangir?tab=repositories), that out-of-the-box support,

- a [github repo](https://github.com/) with [actions](https://github.com/features/actions).
- [pylint](https://pypi.org/project/pylint/).
Expand Down Expand Up @@ -46,4 +46,4 @@ pip install blue-plugin

[![pylint](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/blue-plugin/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/blue-plugin.svg)](https://pypi.org/project/blue-plugin/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/blue-plugin)](https://pypistats.org/packages/blue-plugin)

built by πŸŒ€ [`blue_options-4.202.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.213.1`](https://github.com/kamangir/blue-plugin).
built by πŸŒ€ [`blue_options-4.207.1`](https://github.com/kamangir/awesome-bash-cli), based on πŸŒ€ [`blue_plugin-3.214.1`](https://github.com/kamangir/blue-plugin).
2 changes: 1 addition & 1 deletion blue_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} a git template for an awesome-bash-cli plugin."

VERSION = "3.213.1"
VERSION = "3.214.1"

REPO_NAME = "blue-plugin"

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from blue_plugin import NAME, VERSION, DESCRIPTION, REPO_NAME
from blueness.pypi import setup

from blue_plugin import NAME, VERSION, DESCRIPTION, REPO_NAME

setup(
filename=__file__,
repo_name=REPO_NAME,
Expand Down
2 changes: 1 addition & 1 deletion template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# πŸŒ€ blue-plugin

πŸŒ€ `blue-plugin` is a git template for an πŸͺ„ [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin, to build [things like these](https://github.com/kamangir?tab=repositories), that out-of-the-box support,
πŸŒ€ `@plugin` is a git template for an πŸͺ„ [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`) plugin, to build [things like these](https://github.com/kamangir?tab=repositories), that out-of-the-box support,

- a [github repo](https://github.com/) with [actions](https://github.com/features/actions).
- [pylint](https://pypi.org/project/pylint/).
Expand Down

0 comments on commit 3b75e2a

Please sign in to comment.