An open API service indexing awesome lists of open source software.

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)

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
```