Skip to content

A dead simple website that helps you to copy mentions of the authors in index.d.ts file of a package.

Notifications You must be signed in to change notification settings

kerolloz/DefinitelyTypedAuthorMention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DefinitelyTypedAuthorMention

A very simple page to help you get all the authors of a DefinitelyTyped package in github's mention format @username. 😃

Why I made this page? 🤔

The truth is I am very lazy. I wanted to mention all the authors of @types/mongoose to open an issue. I found too many authors. I decided to copy all the text and write a simple python script 🤓 to extract them from the source code. Five minutes later I found myself writing a simple webpage to do that. 👨‍💻

How it works?

  • The script downloads the code at the package's index.d.ts file. https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/types/${packageName}/index.d.ts
  • Extracts the definitions
    /github.com\/(.*)>^/gm;
  • Shows the authors mentions and lets you copy them.

Demo

gif demo

About

A dead simple website that helps you to copy mentions of the authors in index.d.ts file of a package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages