Quickly bootstrap a modern Node.js project with extensionble templates.
Documentation: https://kgen.samzhangjy.com/
To use KGen, install it globally with npm:
$ npm i -g @kgen/cliThen you can run it with command kgen:
$ kgen gen <template>Where <template> is the template name you wanted to generate. Typcially, it is in the format <owner>/<repo>, for example samzhangjy/vanilla.
More information please refer to the documentation.