npm pkg fix changes#18
Closed
WGriffing wants to merge 5 commits into
Closed
Conversation
…ero dependencies - Rename package to ya-repo-toc - Add git-native file discovery via git ls-files with filesystem fallback - Add --recurse-gitignore / -r flag for nested .gitignore support - Add --prune-empty / -p flag to hide directories with no matching files - Replace yargs with Node built-in util.parseArgs (zero runtime dependencies) - Fix # in folder names breaking markdown links (upstream#8) - Fix gitignore pattern matching (anchored, dirOnly, negation, ** globs) - Fix test parallelization race conditions - Add comprehensive gitignore pattern test coverage - Add LICENSE with original author attribution - Update README, CI workflows, and add CHANGELOG - Require Node >= 18.3.0 - CI tests against Node 18, 20, 22 - Use OIDC trusted publishing for npm (no long-lived tokens)
Switch list markers from * to - and drop bold ** on directory names. Eliminates the need for markdownlint carve-outs in consuming READMEs.
feat: ya-repo-toc v0.0.1
kmtusher97
reviewed
Jul 16, 2026
| "name": "repo-toc", | ||
| "version": "1.3.0", | ||
| "description": "https://github.com/kmtusher97/repo-toc", | ||
| "name": "ya-repo-toc", |
Author
There was a problem hiding this comment.
I had an urgent need to move forward, so I forked and published. I forgot I had opened this PR, sorry.
I can re-open another PR with just the relevant changes, but I substantially changed the behavior in the fork to suit my project's needs.
Owner
|
@WGriffing thanks for the PR, sorry I missed the notification. Will review and merge it ASAP. |
Author
|
Closing this as I forgot I had opened it. I can do a different, targeted PR instead. Or you can grab whatever you want from the other project too, if you prefer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.