An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Nereo CLI

[![Build Status](https://travis-ci.org/phacks/nereo-cli.svg?branch=master)](https://travis-ci.org/phacks/nereo-cli)

A CLI for [Nereo](https://nereo.com) — Leave Management SaaS

![nereo-cli-screenshot](https://i.imgur.com/QoVZsj7.png)

## 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)