CLI written in pure JS.
Open
Nobody has claimed this yet.
CLI
feature
- Dominant language
- C
- Stars
- 1.6k
- Forks
- 239
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 10
Description
To avoid dependency on libreadline or libedit.
Inspired from qjs repl.
To do:
- Low level os wrappers (like in).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use the linked QuickJS repl.js as the reference and inspect the current njs CLI entry point to determine the scope of a pure-JavaScript implementation. Start with the proposed low-level OS wrappers modeled on the QuickJS os module; the work is done when the CLI no longer depends on libreadline or libedit and the required wrappers are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100