https://github.com/kusstar/gkd
A templates and dependency manager.
https://github.com/kusstar/gkd
cli templates
Last synced: 11 months ago
JSON representation
A templates and dependency manager.
- Host: GitHub
- URL: https://github.com/kusstar/gkd
- Owner: KusStar
- License: mit
- Created: 2020-05-20T06:01:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T20:09:40.000Z (over 1 year ago)
- Last Synced: 2024-12-18T06:23:29.363Z (over 1 year ago)
- Topics: cli, templates
- Language: TypeScript
- Homepage:
- Size: 3.83 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gkd
> A templates and dependency manager.
[](https://asciinema.org/a/8hmdgPjfOZMo9Pv7hpBRVM6wz)
## Features
- Provide templates for starting project.
- Inject dependency or configuration to working project.
## Installation
- Install `@kuss/gkd-cli` globally.
```sh
$ npm i -g @kuss/gkd-cli
```
- Use `npx` to execute `@kuss/gkd-cli`.
## Usage
```shell
$ gkd help
gkd
Commands:
gkd init Initial with template
[aliases: create]
gkd generate Generate template from
source [aliases: gen]
gkd config [key] Get or set config
[value]
Options:
--help Show help [boolean]
--version Show version number [boolean]
```
## Thanks
- [create-snowpack-app](https://github.com/pikapkg/create-snowpack-app)
- [create-ink-app](https://github.com/vadimdemedes/create-ink-app)
## License
- [MIT](LICENSE)