Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bigskysoftware/_hyperscript
- Owner: bigskysoftware
- License: bsd-2-clause
- Created: 2020-05-27T22:36:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T22:32:57.000Z (24 days ago)
- Last Synced: 2024-10-22T11:12:21.911Z (22 days ago)
- Topics: htmx, hyperscript, scripting-language
- Language: JavaScript
- Homepage:
- Size: 9.19 MB
- Stars: 3,112
- Watchers: 32
- Forks: 147
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.