Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leodog896/jsnow
no clutter. just js, now.
https://github.com/leodog896/jsnow
javascript javascript-playground svelte typescript typescript-playground vite
Last synced: 4 days ago
JSON representation
no clutter. just js, now.
- Host: GitHub
- URL: https://github.com/leodog896/jsnow
- Owner: LeoDog896
- License: agpl-3.0
- Created: 2022-01-26T16:36:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T23:27:18.000Z (about 1 year ago)
- Last Synced: 2023-09-14T13:58:59.789Z (about 1 year ago)
- Topics: javascript, javascript-playground, svelte, typescript, typescript-playground, vite
- Language: TypeScript
- Homepage: https://now.js.org
- Size: 7.48 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [jsnow](https://now.js.org)
[![libera manifesto](https://img.shields.io/badge/libera-manifesto-lightgrey.svg)](https://liberamanifesto.com)
![GitHub](https://img.shields.io/github/license/LeoDog896/jsnow)
![GitHub Repo stars](https://img.shields.io/github/stars/LeoDog896/jsnow)A simple JavaScript / TypeScript evaulator. Outputs line by line output.
## How does it work?
Using babel plugins, a `debug(lineNumber, expression)` function is inserted whenever appropiate.
For example, `5 == 5` becomes `debug(1, 5 == 5)`
## Contributing
Feel free to submit a pull request or issue! Feedback is greately appreciated!
### Development
Run `yarn dev` to start the developer enviornment.
### Building
Run `yarn build` to build the site. It will output to `build/`.
## License
[AGPLv3](./LICENSE)