addwiki / addwiki-cli

PHP CLI tool making use of the addwiki libraries and services, [READ-ONLY] split from https://github.com/addwiki/addwiki

Home Page:https://addwiki.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addwiki-cli

GitHub issue custom search in repo

Installation

Download and use a phar:

NOT YET IMPLEMENTED!

You can build a phar of this repo using https://github.com/clue/phar-composer

~/phar-composer.phar build ~/git/github/addwiki/addwiki/ ~/aww.phar

Download and install using composer:

composer create-project addwiki/addwiki addwiki dev-master

The binary can be found at ./addwiki/aww.

Example Usage

Set the bot up:

aww config:setup

View your settings:

aww config:list

Configure a default user and wiki:

aww config:set:default:wiki local
aww config:set:default:user localadmin

For docs of extra specific commands please see the commands repos README files!

About

PHP CLI tool making use of the addwiki libraries and services, [READ-ONLY] split from https://github.com/addwiki/addwiki

https://addwiki.github.io/

License:GNU General Public License v2.0


Languages

Language:PHP 98.4%Language:Shell 1.6%