arik-so / arik-so/ldk-parser

Create separate workflow for just the bindings codegen step

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Swift
Stars
0
Forks
2
PR merge metrics
No merged PRs in 30d

Description

We currently have three separate instances of basically the same code. It used to be a Python one-liner (`python3 ./`), but now it's `npm i && npm run tsc && node ./src/index.mjs`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the three places that currently repeat the bindings code-generation command, then inspect how the existing `npm i && npm run tsc && node ./src/index.mjs` flow is invoked. The separate workflow should run only the bindings codegen step and replace the repeated invocations without requiring the old Python one-liner.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, python, typescript
Domain
build-system
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.