https://github.com/gameworkstore/html-includer
Develop Sites Faster with HTML-Includer!
https://github.com/gameworkstore/html-includer
Last synced: 9 months ago
JSON representation
Develop Sites Faster with HTML-Includer!
- Host: GitHub
- URL: https://github.com/gameworkstore/html-includer
- Owner: GameWorkstore
- License: mit
- Created: 2021-12-26T03:45:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T17:35:49.000Z (over 4 years ago)
- Last Synced: 2025-03-01T13:42:17.885Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML Includer
Develop Sites Faster with HTML Includer!
# How to Install
Install HTML Includer on your machine:
```json
go install github.com/GameWorkstore/html-includer@latest
```
# How to Use
Use the command below:
```json
./html-includer \
absolute/path/to/source \
absolute/path/to/destiny \
absolute/path/to/ignore1 \
absolute/path/to/ignore2 \
...
```
Source folder should contain the html files you want to be patched with content.
Destiny folder will be deleted, if exists.
Source folder will be copied to destiny folder recursively.
Folders ignored will be skipped entirely and left as it is.
Lines with:
HtmlInclude();
Are replaced with empty string.