This week I added tests to my project /
Features
- Select output language to convert source code into
- Support for multiple input files
- Output results to a file or stream directly to
stdout
- Customize model and provider selection for optimal performance
- Supports leading AI providers
- (Requires Node.js 20.17.0+)
- An API key from any of the following providers:
- :
git clone https://github.com/uday-rana/codeshift.git
- Alternatively, download the repository as a .zip from the GitHub page and extract it
In the repository's root directory (where
package.jsonis located), runnpm install:
cd codeshift/
npm install
To be able to run the program without prefixing
node, runnpm install -g .ornpm linkwithin the project directory:
npm install -g
…
- :
SOCIAL SHARE CARD GENERATOR