nodebot-cli
v0.1.8
Published
cli for nodebot
Readme
nodebot-cli
![]()
nodebot-cli 是一个为 nodebot 服务的,提供第三方模块安装,账号操作等功能的命令行工具。
使用
通过 npm 进行安装:
npm install nodebot-cli
nodebot查看帮助:
nodebot > help
Nodebot CLI Help
By trustgit, https://gitlab.com/trustgit/nodebot-cli
announce -include/-except [groups...]
Announce a message to all your groups (including/except those in list [groups...])
config [name] [value]
Get configuration of cli (if [value] isn't specified);
Set configuration of cli (if [value] is specified).
exit
See you next time!
install [name]
Install a nodebot module (if specified [name]);
Install nodebot's dependencies (if not specified [name])
list
List nodebot & module's version info.
send [action]
Do/Check standard cqhttp actions.
uninstall <name>
Uninstall a nodebot module.演示

