About
My typedoc plugins some are really useful, others just learning / research projects. This is a mono-repo with several projects. A list in order of "importance":
Move a declaration so it appear as a member of an existin class or interface. Particularly useful to define events as separate function declarations without contaminating your classes & interfaces.
Customize the name of any entity. Sometimes we just need to use an alias and not the real name that a member as in the code, you know?
Install and run all the tests
yarn
yarn run-all install
yarn run-all test
