1.0.0 • Published 10 months ago

@flowcore/generator-fixture-template v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@flowcore/generator-fixture-template

A Yeoman generator for adding flowcore test fixture components to a typescript service or application

Install

# If you don't have yeoman installed
npm install -g yo

# Install the generator
npm install -g @flowcore/generator-fixture-template

Using the generator

# Will create a new app in ./test-app directory
yo @flowcore/fixture-template --fixture=webhook-fixture

# Consult the README.md in the ./test-app directory for more information
1.0.0

10 months ago