npm.io
1.0.2 • Published 8 years ago

typedoc-plugin-as-member-of

Licence
MIT
Version
1.0.2
Deps
0
Size
33 kB
Vulns
0
Weekly
0
Stars
1

Build Status appveyor Build status codecov dependencies devDependencies

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":

###(https://github.com/cancerberoSgx/typedoc-plugins-of-mine/tree/master/plugins/typedoc-plugin-as-member-of)[typedoc-plugin-as-member]

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.

###(https://github.com/cancerberoSgx/typedoc-plugins-of-mine/tree/master/plugins/typedoc-plugin-with-name)[typedoc-plugin-with-name]

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