command line client for helpme application.
Project description
# HelpMe
A command line helper when you need it.
![docs/assets/img/interface.png](docs/assets/img/interface.png)
## Docker
```bash
docker build -t vanessa/helpme .
```
### Interactive Development
```bash
docker run -it --entrypoint bash vanessa/helpme
```
# Overview
HelpMe is a general tool that can support the addition of helpers, or different
modules that have a set of metadata to collect for the user, and based on an internal
configuration file to define these metadata, and (if needed) an external config file
for user variables, we send help requests to the various helpers. For example:
- `helpme github` posts an issue on a Github board
- `helpme uservoice` creates a ticket on uservoice
We are fresh out of the oven! Please [post issues](https://www.github.com/vsoch/helpme/issues)
with questions, feedback, or just to say hello. Hello!
# Usage
```bash
# Post an issue to a Github Repo.
$ helpme github vsoch/helpme
# Post a ticket to UserVoice
$ helpme uservoice
```
For more details, see our [documentation](https://vsoch.github.io/helpme).
## License
This code is licensed under the Affero GPL, version 3.0 or later [LICENSE](LICENSE).
A command line helper when you need it.
![docs/assets/img/interface.png](docs/assets/img/interface.png)
## Docker
```bash
docker build -t vanessa/helpme .
```
### Interactive Development
```bash
docker run -it --entrypoint bash vanessa/helpme
```
# Overview
HelpMe is a general tool that can support the addition of helpers, or different
modules that have a set of metadata to collect for the user, and based on an internal
configuration file to define these metadata, and (if needed) an external config file
for user variables, we send help requests to the various helpers. For example:
- `helpme github` posts an issue on a Github board
- `helpme uservoice` creates a ticket on uservoice
We are fresh out of the oven! Please [post issues](https://www.github.com/vsoch/helpme/issues)
with questions, feedback, or just to say hello. Hello!
# Usage
```bash
# Post an issue to a Github Repo.
$ helpme github vsoch/helpme
# Post a ticket to UserVoice
$ helpme uservoice
```
For more details, see our [documentation](https://vsoch.github.io/helpme).
## License
This code is licensed under the Affero GPL, version 3.0 or later [LICENSE](LICENSE).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
helpme-0.0.2.tar.gz
(29.3 kB
view hashes)