Skip to content

Triple-stones/nb-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nb-cli

CLI for nonebot2

Features:

  • Create A NoneBot Project
  • Run NoneBot
  • Deploy NoneBot to Docker
  • Plugin Management
    • Create new plugins
    • Search for NoneBot Plugins Published on Official Store
    • Install NoneBot Plugin Published on Official Store

How to use

Installation

pip install nb-cli

or, with optional deploy dependency

pip install nb-cli[deploy]

Command-line usage

nb --help

Interactive mode usage

nb

CookieCutter usage

Creating a project

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

About

CLI for nonebot2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%