Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 409 Bytes

npm2ohpm

Only convert file structure (json2json5, ts2ets). There is no guarantee that the converted package will run successfully.

Prerequisites

  1. Python

    cd npm2ohpm
    pip install -r requirements.txt
  2. LLM-API

    Generate LLM API and put it in .env file. You can also denote you favourite LLM model in .env file.

Usage

python main.py --help