Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 533 Bytes

KGen

Quickly bootstrap a modern Node.js project with extensionble templates.

Documentation: https://kgen.samzhangjy.com/

Get started

To use KGen, install it globally with npm:

$ npm i -g @kgen/cli

Then 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.