Skip to content

Qub is a CLI and QB64 web framework for building websites with QBasic. Star this repo!

License

Notifications You must be signed in to change notification settings

jamonholmgren/qub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qub -- QBasic Website Generator

(talk about what it is here)

Installation

First, alias the curl command so it looks prettier:

alias qub="curl -fsSL https://raw.githubusercontent.com/jamonholmgren/qub/main/src/cli.sh | bash -s --"

Now, you should be able to run it like so:

qub
qub --version
qub --help

## License

MIT -- see [LICENSE](LICENSE) for details.