# CLI for the Poem Project

The Poem Project is a solution aimed at integrating the efforts of product people, translators and developers in software i18n.

The complete solution shall include:

* The [core](https://github.com/eberjoe/poem-core) containing all business logic and the API.

* A [web client](https://github.com/eberjoe/poem-web) intended for use by translators and product people.

* This CLI intended for use by developers.

## Main Features

### Authenticated access to server data 🔐

Users are required to get invited and to sign in to execute commands.

### Generate all i18n files with a simple command ⌨

```poem pull``` does all the dirty work for you.

## Installation

```npm install -g poem-tm-cli```
