Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cli #4

Merged
merged 4 commits into from
Nov 20, 2024
Merged

Add Cli #4

merged 4 commits into from
Nov 20, 2024

Conversation

kmtusher97
Copy link
Owner

@kmtusher97 kmtusher97 commented Nov 20, 2024

CLI

repo-toc [options]

Options:
      --version  Show version number                                   [boolean]
  -d, --dir      Directory path to generate TOC for
                [string] [default: process.cwd()]
  -e, --ext      File extensions to include (comma-separated)
                                                       [string] [default: ".md"]
  -o, --output   File path to save the TOC     [string] [default: "./README.md"]
  -h, --help     Show help                                             [boolean]
repo-toc

repo-toc [options]

Options:
      --version  Show version number                                   [boolean]
  -d, --dir      Directory path to generate TOC for
                [string] [default: "/Users/kamrul.hasan/workspace/markdown-toc"]
  -e, --ext      File extensions to include (comma-separated)
                                                       [string] [default: ".md"]
  -o, --output   File path to save the TOC     [string] [default: "./README.md"]
  -h, --help     Show help                                             [boolean]
Move utility methods
- Add hidden file check
- Add cli usage
@kmtusher97 kmtusher97 merged commit dbd3f10 into main Nov 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant