Skip to content
/ fetc Public
forked from fefit/fetc

fetc is the fet template engineer command line tool.

License

Notifications You must be signed in to change notification settings

isgasho/fetc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetc

fetc is the command line tool of the golang template engine fet.

Usage

# install fetc
GO111MODULE=on go get -u -v github.com/fefit/fetc

# in the parent directory of your templates directory, initialize the fet configs
fetc init

# watch the file changes and recompile
fetc watch

# compile the files, if no file given, compile all the template files.
fetc compile x.html xx.html

About

fetc is the fet template engineer command line tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%