Skip to content

AkiaCode/boba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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