https://github.com/phacks/nereo-cli
A CLI for Nereo — Leave Management SaaS
https://github.com/phacks/nereo-cli
cli es6 nodejs
Last synced: about 2 months ago
JSON representation
A CLI for Nereo — Leave Management SaaS
- Host: GitHub
- URL: https://github.com/phacks/nereo-cli
- Owner: phacks
- License: mit
- Created: 2017-09-02T14:04:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T19:48:39.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T03:06:01.671Z (8 months ago)
- Topics: cli, es6, nodejs
- Language: JavaScript
- Size: 33.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nereo CLI
[](https://travis-ci.org/phacks/nereo-cli)
A CLI for [Nereo](https://nereo.com) — Leave Management SaaS

## Installation
```bash
npm install -g nereo-cli # Requires Node >= 4
nereo-cli
```
## Features
As of now, the following features have been implemented:
- Login with Nereo
- Display current balances
## Commands
- `help`: Displays help
- `login`: Login to Nereo using a Developer Token. Required for displaying balances.
- `balances [date]`: Display current balances. [Optional] YYYY-MM-DD date to get balances for a specific date.
- `version`: Display installed `nereo-cli` version.
## Roadmap
- [x] Add tests 😅
- [x] Manage dates dynamically (as of now, this CLI tool can only work for September 2017)
- [x] Implement `balances YYYY-MM-DD` to display future balances
## Is it any good?
[Yes](https://news.ycombinator.com/item?id=3067434)