https://github.com/haxpor/genctemplate
C, Makefile (for now) template generator to quickly modify and further work on top
https://github.com/haxpor/genctemplate
c cli command-line command-line-tool makefile template
Last synced: about 2 months ago
JSON representation
C, Makefile (for now) template generator to quickly modify and further work on top
- Host: GitHub
- URL: https://github.com/haxpor/genctemplate
- Owner: haxpor
- License: mit
- Created: 2019-02-06T06:31:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T22:19:37.000Z (over 7 years ago)
- Last Synced: 2025-01-20T07:42:09.168Z (over 1 year ago)
- Topics: c, cli, command-line, command-line-tool, makefile, template
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# genctemplate
Template generator for you to quickly further modify and work on top.
Support C, and Makefile for now.
# How to Build & Install
`make` then `make install` (it will install at `/usr/local/bin`)
Behind the scene, it will create a new directory at `~/.genctemplate` then copy templates directory to such location.
# Usage
* `genctemplate -t /your/path/filename` - to generate template at specified destination path
* `genctemplate templates` - to list all supported template
i.e.
* `genctemplate myproject.c`
* `genctemplate /my/path/main.c`
* `genctemplate -t c /my/path/main.c`
* `genctemplate -t makefile Makefile`
# License
Wasin Thonkaew, MIT