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

Minimum Viable CLI Logic #2

Merged
merged 15 commits into from
Mar 3, 2024
Merged

Conversation

christopherkeim
Copy link
Owner

Description

This implements minimum viable logic for a simple command-line interface application that converts a web page to markdown and saves it locally to drive.

Motivation and Context

This provides a template for building command-line applications with Rust.

Testing

To be implemented.

Dependencies Added:

  • html2md = "0.2.14"
  • reqwest = { version = "0.11.24", features = ["blocking"] }

Dependencies Removed:

None

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change which improves documentation)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly (or no changes needed).

@christopherkeim christopherkeim added the enhancement New feature or request label Mar 3, 2024
@christopherkeim christopherkeim self-assigned this Mar 3, 2024
@christopherkeim christopherkeim merged commit bcdba63 into main Mar 3, 2024
1 check passed
@christopherkeim christopherkeim deleted the chris/add-minimum-viable-cli-logic branch March 3, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant