Generator and maintainable scripts for CUBA Platform front-end clients

[![Build Status](https://travis-ci.org/cuba-platform/cuba-rest-js.svg?branch=master)](https://travis-ci.org/cuba-labs/cuba-front-generator)

### Development
Run locally
```bash
npm run watch
npx gen-cuba-front
```

Test
```bash
npm test
```