Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Sep 29, 2024
1 parent b3f1aec commit 78b9780
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
[Feedback](./docs/Feedback.md)
[Documentation](./docs/)
[Discussion](https://github.com/orgs/micropython/discussions/15219)
Used software:
- [CodeMirror](https://codemirror.net)
- [Ruff](https://docs.astral.sh/ruff)
- [Xterm.js](https://xtermjs.org)
- [PeerJS](https://peerjs.com)
- [mpy-cross](https://github.com/micropython/micropython/tree/master/mpy-cross)
- [python-minifier](https://github.com/dflook/python-minifier)
- [mpy-tool](https://github.com/micropython/micropython/blob/master/tools/mpy-tool.py)

## Used software

- [CodeMirror](https://codemirror.net) - Main code editor, MIT
- [Ruff](https://docs.astral.sh/ruff) - Python linter and formatter, MIT
- [Xterm.js](https://xtermjs.org) - REPL Terminal, MIT
- [PeerJS](https://peerjs.com) - P2P/WebRTC connections, MIT
- [MicroPython](https://github.com/micropython/micropython) - Virtual Machine, MIT
- [mpy-cross](https://github.com/micropython/micropython/tree/master/mpy-cross) - Code validation, MIT
- [mpy-tool](https://github.com/micropython/micropython/blob/master/tools/mpy-tool.py) - MPY bytecode disassembler - MIT
- [python-minifier](https://github.com/dflook/python-minifier) - Code minifier, MIT

0 comments on commit 78b9780

Please sign in to comment.