An open API service indexing awesome lists of open source software.

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

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