Metadata-Version: 2.1
Name: nb-cli
Version: 0.1.0
Summary: CLI for nonebot2
License: MIT
Author: yanyongyu
Author-email: yanyongyu_1@126.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: colorama (>=0.4.3,<0.5.0)
Requires-Dist: cookiecutter (>=1.7.2,<2.0.0)
Requires-Dist: docker-compose (>=1.27.2,<2.0.0)
Requires-Dist: nonebot2 (>=2.0.0-alpha.1,<3.0.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: pyinquirer (==1.0.3)
Description-Content-Type: text/markdown

# nb-cli

CLI for nonebot2

Features:

- Create A NoneBot Project
- Run NoneBot
- Deploy NoneBot to Docker
- Plugin Management
  - Search for NoneBot Plugin on Pypi
  - Create new plugins

## How to use

### Command-line usage

```shell
nb --help
```

### Interactive mode usage

```shell
nb
```

### CookieCutter usage

```shell
pip install cookiecutter
cookiecutter https://github.com/yanyongyu/nb-cli.git --directory="nb_cli/project"
```

