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

feat: listhen cli #75

Merged
merged 4 commits into from
Jul 18, 2023
Merged

feat: listhen cli #75

merged 4 commits into from
Jul 18, 2023

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Jul 17, 2023

πŸ”— Linked issue

Resolves #3

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Support listhen CLI with:

  • All possible options
  • Dev watcher for auto reload
  • Typescript and ESM support powered by jiti

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #75 (62a416c) into main (9926d92) will increase coverage by 0.41%.
The diff coverage is 78.84%.

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   52.42%   52.84%   +0.41%     
==========================================
  Files           3        7       +4     
  Lines         887      933      +46     
  Branches       55       55              
==========================================
+ Hits          465      493      +28     
- Misses        422      440      +18     
Impacted Files Coverage Ξ”
src/watch.ts 16.66% <16.66%> (ΓΈ)
src/_utils.ts 75.53% <75.53%> (ΓΈ)
src/listen.ts 90.25% <90.25%> (ΓΈ)
src/index.ts 100.00% <100.00%> (+18.39%) ⬆️
src/types.ts 100.00% <100.00%> (ΓΈ)

@pi0 pi0 merged commit c2711c0 into main Jul 18, 2023
4 checks passed
@pi0 pi0 deleted the feat/cli branch July 18, 2023 09:27
pi0 added a commit that referenced this pull request Jul 18, 2023
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.

CLI for middleware
1 participant