https://github.com/akiacode/boba
Template for simple use of HTML
https://github.com/akiacode/boba
html simple-html template
Last synced: 3 months ago
JSON representation
Template for simple use of HTML
- Host: GitHub
- URL: https://github.com/akiacode/boba
- Owner: AkiaCode
- License: apache-2.0
- Created: 2021-02-09T14:16:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T15:04:12.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:13:53.490Z (5 months ago)
- Topics: html, simple-html, template
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boba
Template for simple use of HTML## Example
Command:
```shell
boba help
```
Result:
```
Commands List:
boba init - Make Config File
ex) >boba init
boba build [filename].boba [filename].html - Build boba
ex) >boba build ./test.boba ./test.html
boba run [filename].boba - Show Build Result
ex) >boba run ./test.boba
boba config [key] - Show Config
ex) >boba config
boba help | [Somethings] - Show Commands List
ex) >boba help
```