Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 535 Bytes

boba

Template for simple use of HTML

Example

Command:

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