KusStar / gkd

A templates and dependency manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gkd

A templates and dependency manager.

asciicast

Features

  • Provide templates for starting project.
  • Inject dependency or configuration to working project.

Installation

  • Install @kuss/gkd-cli globally.
$ npm i -g @kuss/gkd-cli
  • Use npx to execute @kuss/gkd-cli.

Usage

$ gkd help
gkd <command>

Commands:
  gkd init <name>                 Initial with template
                                            [aliases: create]
  gkd generate <from> <to>        Generate template from
                                  source       [aliases: gen]
  gkd config <operate> [key]      Get or set config
  [value]

Options:
  --help     Show help                              [boolean]
  --version  Show version number                    [boolean]

Thanks

License

About

A templates and dependency manager.

License:MIT License


Languages

Language:TypeScript 67.5%Language:JavaScript 20.9%Language:HTML 9.0%Language:CSS 2.6%