unplugin / .github

9 stars 2 forks source link

feat: unplugin-turbo-console #6

Closed yuyinws closed 9 months ago

yuyinws commented 9 months ago

Clear and concise description of the problem

Hello there, let me introduce this plugin first:

unplugin-turbo-console aims to improve the Developer Experience of console.log().

Its main features include:

  1. Highlight the console output based on different file types.
  2. Jump to the editor source code from the console output with one click.

Here is a simple demo: demo

It was a Vite Only plugin before and received not-bad community feedback( 100+ stars on GitHub and 4k monthly downloads on npm ). Recently I refactored it with unplugin, Now it supports more frameworks. I believe that transferring this repository to unplugin will lead to its better development. And I would be honored if I could join this organization.

Suggested solution

none

Alternative

No response

Additional context

No response

Validations

sxzz commented 9 months ago

LGTM /cc @antfu

antfu commented 9 months ago

Interesting, ok 👍

sxzz commented 9 months ago

I invited you to this org. Once you accepted, your repo can be transferred to unplugin org.