Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (19 loc) · 929 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 929 Bytes

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!