0.0.6 • Published 9 years ago

kumquat v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

kumquat screenshot

kumquat 🍊

A web showcase for your terminal apps

Getting Started

Quick start using bower

  1. Install using bower

    bower install kumquat
  2. Create kumquat-example.html:

    <html>
    <head>
        <title>kumquat example</title>
        <link rel="stylesheet" href="bower-components/kumquat/dist/kumquat.css">
    </head>
    <body>
        <div class="kumquat-terminal">
            <header>
                <div class="btn green"></div>
                <div class="btn yellow"></div>
                <div class="btn red"></div>
                <div class="title">kumquat example</div>
            </header>
            <section class="terminal">
                <div class="cli">
                    <div class="line">type<span class="cursor">_</span></div>
                </div>
            </section>
        </div>
    </body>
    </html>
  3. Open kumquat-example.html in your browser (no server required!).

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

Versioning

kumquat uses SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago