https://github.com/lainq/jipsy
Jipsy is a tool which can be used to convert javascript syntax to python syntax (transpiler)
https://github.com/lainq/jipsy
converter javascript jipsy python syntax
Last synced: 12 months ago
JSON representation
Jipsy is a tool which can be used to convert javascript syntax to python syntax (transpiler)
- Host: GitHub
- URL: https://github.com/lainq/jipsy
- Owner: lainq
- License: mit
- Created: 2021-04-09T06:27:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T17:15:43.000Z (over 4 years ago)
- Last Synced: 2025-03-26T23:01:33.231Z (about 1 year ago)
- Topics: converter, javascript, jipsy, python, syntax
- Language: TypeScript
- Homepage: https://github.com/pranavbaburaj/jipsy
- Size: 75.2 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
jipsy 🐍
Jipsy is a tool which can be used to convert javascript syntax to python syntax (kinda)
## ⬇️ Installation
#### Install with npm
`npm i jipsy -g`
#### Install from source
```sh
# Clone the repo
git clone https://github.com/pranavbaburj/jipsy
cd jipsy
# Install dependencies
npm i yarn ts-node typescript -g
yarn
# Run it
tsc .
node dist/index.js
```