An open API service indexing awesome lists of open source software.

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

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
```