https://github.com/fefit/fetc
fetc is the command line tool of fet template engine.
https://github.com/fefit/fetc
command-line-tool fet
Last synced: 29 days ago
JSON representation
fetc is the command line tool of fet template engine.
- Host: GitHub
- URL: https://github.com/fefit/fetc
- Owner: fefit
- License: mit
- Created: 2019-07-02T10:34:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T06:32:33.000Z (about 3 years ago)
- Last Synced: 2025-08-15T14:16:35.864Z (10 months ago)
- Topics: command-line-tool, fet
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetc
fetc is the command line tool of the golang template engine fet.
## Usage
```bash
# 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
```