@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
15 lines (12 loc) • 312 B
Markdown
Generator and maintainable scripts for CUBA Platform front-end clients
[](https://travis-ci.org/cuba-labs/cuba-front-generator)
### Development
Run locally
```bash
npm run watch
npx gen-cuba-front
```
Test
```bash
npm test
```