https://github.com/bigskysoftware/_hyperscript
a small scripting language for the web
https://github.com/bigskysoftware/_hyperscript
htmx hyperscript scripting-language
Last synced: about 1 month ago
JSON representation
a small scripting language for the web
- Host: GitHub
- URL: https://github.com/bigskysoftware/_hyperscript
- Owner: bigskysoftware
- License: other
- Created: 2020-05-27T22:36:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T01:53:41.000Z (about 2 months ago)
- Last Synced: 2025-05-12T02:51:49.053Z (about 1 month ago)
- Topics: htmx, hyperscript, scripting-language
- Language: JavaScript
- Homepage:
- Size: 9.23 MB
- Stars: 3,387
- Watchers: 31
- Forks: 156
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.