Closed Shywim closed 3 years ago
This allow the -g/--generator argument to specify a path, allowing to use custom generators.
-g
--generator
The argument can point to any node module.
A quick and dirty command to test is available as yarn test-gen-custom.
yarn test-gen-custom
Notes:
async
src/generators.js
TODO:
This allow the
-g
/--generator
argument to specify a path, allowing to use custom generators.The argument can point to any node module.
A quick and dirty command to test is available as
yarn test-gen-custom
.Notes:
async
function because we do a dynamic import to load the custom generator insidesrc/generators.js
TODO: