Metadata-Version: 2.1
Name: blue_plugin
Version: 2.185.1
Summary: 🌀 a git template for an awesome-bash-cli plugin.
Home-page: https://github.com/kamangir/blue-plugin
Author: arash@kamangir.net
Author-email: arash@kamangir.net
License: Public Domain
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# 🌀 blue-plugin

`blue-plugin` is a template for a plugin for [`awesome-bash-cli`](https://github.com/kamangir/awesome-bash-cli) (`abcli`), to build [thing like these](https://github.com/kamangir?tab=repositories).

---

Create a new repository from this template. Then replace `<plugin-name>` with the name of the plugin and run these commands,

```bash
@git clone <plugin-name> cd
source transform.sh
```

```bash
@init clear
<plugin-name> help
```

Then replace this content ⬆️ with a description of the plugin and keep ⬇️.

---

To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with the name of the plugin and follow [these instructions](https://github.com/kamangir/blue-plugin/blob/main/SageMaker.md).
