ericclemmons / ericclemmons/medium-to-markdown
CLI
Open
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to do:
```shell
$ npx medium-to-markdown ericclemmons
```
or
```
$ npx medium-to-markdown https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4?format=json
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the two requested invocations: `npx medium-to-markdown ericclemmons` and the full Medium URL with `?format=json`. Run them to establish current behavior, then locate the CLI entry point that handles arguments. Done means both forms accept their input and convert the requested Medium content to Markdown.
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
- 25/100