Metadata-Version: 2.1
Name: takanori-cli
Version: 1.0.0
Summary: Takanori commands for my automation tool.
Home-page: https://github.com/takavfx/takanori-cli
Author: Takanori Kishikawa
Author-email: auratus.lemma@gmail.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# takanori-cli

Takanori commands to automate daily works.

# Install

```bash
pip install takanori-cli
```

# Usage

## Create plugins

Execute commands below.

```bash
taka plugin create
```

And answer some questions to generate a pacpage from [a template](https://github.com/takavfx/takanori-cli-plugin-template). It's also available to create a pcakge from custom templates by using `-t` or `--template` options.

```bash
taka plugin create --template <custom_template>
```
