https://github.com/pamelafox/dis-this
An online tool to disassemble Python code
https://github.com/pamelafox/dis-this
hacktoberfest pyodide python
Last synced: about 2 months ago
JSON representation
An online tool to disassemble Python code
- Host: GitHub
- URL: https://github.com/pamelafox/dis-this
- Owner: pamelafox
- License: apache-2.0
- Created: 2022-06-14T19:52:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T18:02:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T05:54:25.845Z (8 months ago)
- Topics: hacktoberfest, pyodide, python
- Language: JavaScript
- Homepage: http://www.dis-this.com
- Size: 2.6 MB
- Stars: 36
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dis-this
An online tool to disassemble Python code
## Development
Install packages:
```
npm install
```Run the development server (with hot reloading):
```
npm run dev
```Lint the code:
```
npm run lint
```Format the code:
```
npm run format
```Build the production version:
```
npm run build
```