Closed iamstarkov closed 7 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?
composeWith
This is how generator-node uses this library to create a license file with composeWith API:
generator-node
https://github.com/yeoman/generator-node/blob/f003edac31a96e14ff7dba461fdfda753cc41252/generators/app/index.js#L305-L315
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?