nodeSolidServer / nodeSolidServer/node-solid-server
Create a node-equivalent version of `bin/solid-test`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
It is useful to have a node-equivalent version of bin/solid-test:
- Windows users have better access to the script (contributing to fixing https://github.com/solid/node-solid-server/pull/802)
- combined with nodemon, it enables easy setup for "restart-server-upon-change"
I tried creating a simple version of it earlier, but it is not equivalent to the bash-script.
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
Start by comparing the existing bin/solid-test script with the simple version from pull request 928. Verify the required behavior for Windows users and nodemon-based server restarts, then confirm the Node equivalent matches the Bash script's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100