Package Exports
- nereo-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nereo-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nereo CLI
A CLI for Nereo — Leave Management SaaS

Installation
npm install -g nereo-cli # Requires Node >= 4
nereo-cliFeatures
As of now, the following features have been implemented:
- Login with Nereo
- Display current balances
Commands
help: Displays helplogin: 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 installednereo-cliversion.
Roadmap
- Add tests 😅
- Manage dates dynamically (as of now, this CLI tool can only work for September 2017)
- Implement
balances YYYY-MM-DDto display future balances