deno-library / logger

logger for deno
MIT License
24 stars 2 forks source link

improve usage with dnt. #5

Closed UrielCh closed 1 year ago

UrielCh commented 1 year ago

Hi,

There is 3 way to publish on npmjs a project using https://deno.land/x/logger@v1.1.0/logger.ts:

for now I'm using the first option. do you known an existing npm module that match you interface ? I already check winston, bunyan, pino, loglevel, npmlog would you like to publish your logger to npm? I can help you with that.

fuxingZhang commented 1 year ago

Since I haven't done JS and TS related development for years, can you help me do it.

fuxingZhang commented 1 year ago

image

I have given you maintain permissions so that you can optimize and improve the repository.

Thanks!

UrielCh commented 1 year ago

adding dnt is the easy part, choosing the way it will be publishing is a bit more complicated... the simplest way is to open a new organization in npm, and publish the project inside,

what is your npmjs username so IU can add you to the Organizations

fuxingZhang commented 1 year ago

adding dnt is the easy part, choosing the way it will be publishing is a bit more complicated... the simplest way is to open a new organization in npm, and publish the project inside,

what is your npmjs username so IU can add you to the Organizations

My nmpjs username is "fuxingzhang"

UrielCh commented 1 year ago

invite sent.

fuxingZhang commented 1 year ago

invite sent.

Done

UrielCh commented 1 year ago

all done.