max-mapper / max-mapper/commonjs-html-prettyprinter
update single file in place
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 76
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Obviously, npx html index.html > index.html will yield an empty file, so how do I tell html to update a file in place?
Contributor guide
No contributing guide indexed for this repository
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 locating the html command-line entry point and how it reads from index.html and writes output. Determine whether the command can safely support in-place updates without truncating the source, and consider the issue resolved when a documented invocation updates the file while preserving its formatted contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100