jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

composeWith instruction #21

Closed iamstarkov closed 7 years ago

iamstarkov commented 8 years ago

I tried to use your generator with mine using composeWith and a bit hard. Can you add small instruction how to use it with other generators?

jozefizso commented 8 years ago

This is how generator-node uses this library to create a license file with composeWith API:

https://github.com/yeoman/generator-node/blob/f003edac31a96e14ff7dba461fdfda753cc41252/generators/app/index.js#L305-L315