@flowcore/generator-library-template
Version:
A Yeoman generator for adding flowcore library components to a typescript service or application
23 lines (15 loc) • 513 B
Markdown
# @flowcore/generator-library-template
A Yeoman generator for adding flowcore library components to a typescript service or application
### Install
```bash
# If you don't have yeoman installed
npm install -g yo
# Install the generator
npm install -g /generator-library-template
```
### Using the generator
```bash
# Will create a new app in ./test-app directory
yo /library-template --component=swagger-factory
# Consult the README.md in the ./test-app directory for more information
```