Option to force Unix style output on Windows?
Open
Nobody has claimed this yet.
question
- Dominant language
- JavaScript
- Stars
- 9.8k
- Forks
- 326
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
is there a way to force ncc to produce Unix style artifacts even when invoked on a Windows machine.
I'm specifically talking about line endings (LF instead of CRLF) and path delimiters (/ instead of \).
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 artifact-generation path responsible for line endings and path delimiters on Windows. Done means ncc provides a way to produce LF line endings and forward-slash paths when invoked on Windows; add or run coverage for both output requirements if the repository has relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100