https://github.com/aergonaut/artifice
https://github.com/aergonaut/artifice
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aergonaut/artifice
- Owner: aergonaut
- License: apache-2.0
- Created: 2018-04-02T16:50:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T00:26:31.000Z (about 7 years ago)
- Last Synced: 2025-02-09T19:29:12.224Z (3 months ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `artifice`
[](https://travis-ci.org/aergonaut/artifice)
[](https://ci.appveyor.com/project/aergonaut/artifice/branch/master)`artifice` is a command-line productivity tool.
**NOTE:** This is a work in progress! It probably won't be useful to you!
## Supported Platforms
`artifice` supports Linux, macOS, and Windows systems.
## Configuration
`artifice` can be configured using a configuration file. By default this file is
stored in `.artifice.toml` in your home directory (e.g. `/Users/you` on macOS).
You can also use the `--config` option to specify a config file at runtime.The file is formatted with [TOML](https://github.com/toml-lang/toml) for ease of
editing.Continue reading this section for particulars on how to set certain options.
### JIRA
The `[jira]` section is necessary for any commands that interact with JIRA.
* `host`: Your JIRA instance URL e.g. `https://myteam.atlassian.net`
* `email`: Your JIRA user's email address
* `token`: An Atlassian Cloud API token. See the [help documentation](https://confluence.atlassian.com/cloud/api-tokens-938839638.html)
for information on how to generate one for your account.## License
Licensed under either of these:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)