haxpor / genctemplate

C, Makefile (for now) template generator to quickly modify and further work on top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <template-string> /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

About

C, Makefile (for now) template generator to quickly modify and further work on top

License:MIT License


Languages

Language:C 88.3%Language:Gnuplot 6.9%Language:Makefile 4.9%