Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigskysoftware/_hyperscript

a small scripting language for the web
https://github.com/bigskysoftware/_hyperscript

htmx hyperscript scripting-language

Last synced: 15 days ago
JSON representation

a small scripting language for the web

Awesome Lists containing this project

README

        

[![//_hyperscript](https://hyperscript.org/img/light_logo.png "the underscore is silent")](https://hyperscript.org)

*the underscore is silent*

## introduction

`_hyperscript` is a small, open scripting language inspired by [hypertalk](https://hypercard.org/HyperTalk%20Reference%202.4.pdf)

it is a companion project of

## quickstart

```html

Toggle the "clicked" class on me



Do some stuff

```

## website & docs

*
*

## contributing

* please include test cases in [`/test`](https://github.com/bigskysoftware/_hyperscript/tree/dev/test) and docs in [`/www`](https://github.com/bigskysoftware/_hyperscript/tree/dev/www)
* you can run the test suite by viewing `test/index.html` in a browser.
* development pull requests should be against the `dev` branch, docs fixes can be made directly against `master`
* you can build _hyperscript as shown: `npm run dist`. building is not necessary during development to run tests.