GaryB432 / gb-generators

my Yeoman generators
ISC License
9 stars 2 forks source link

usage of utils, please give an example #27

Closed debender495 closed 3 years ago

debender495 commented 3 years ago

Available Generators:

lerna-typescript utils classlib package

For the above generator, please share an example for the utils

GaryB432 commented 3 years ago

The utils folder is for private functions used internally by the generators. It should not show in the list of subgenerators because it's not in the generators folder but I don't see a way to remove it. There is no example of how to use it because it isn't a generator and is not intended for end user invocation.