Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinsoku/miteras-cli
A command-line tool for MITERAS.
https://github.com/sinsoku/miteras-cli
Last synced: 2 days ago
JSON representation
A command-line tool for MITERAS.
- Host: GitHub
- URL: https://github.com/sinsoku/miteras-cli
- Owner: sinsoku
- License: mit
- Created: 2020-03-07T15:15:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T23:12:26.000Z (over 3 years ago)
- Last Synced: 2024-11-11T10:55:15.278Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 158 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![build](https://github.com/sinsoku/miteras-cli/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/sinsoku/miteras-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/sinsoku/miteras-cli)# MITERAS CLI
An (**unofficial**) command-line tool for [MITERAS](https://www.persol-pt.co.jp/miteras/).
## Installation
### Install from GitHub Releases
Download the latest version from [GitHub Releases](https://github.com/sinsoku/miteras-cli/releases).
### Homebrew on macOS
If you are using MacOS, you can install with [Homebrew](https://brew.sh/).
```console
$ brew tap sinsoku/tap
$ brew install miteras-cli
```## Usage
### login
Save credentials using the `login` command.
```console
$ miteras login
Try logging in to MITERAS.Org: A123456
Username: sinsoku
Password: ********Login successful.
```### clock-in / clock-out
```console
$ miteras clock-in
$ miteras clock-out
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/sinsoku/miteras-cli/.
## License
The tool is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).