Skip to content

urandom/interface-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interface-extractor

Utility for generating an interface for a given type used in a package. The utility will only include the methods used in the type when generating the interface.

Usage

interface-extractor --type some.Type

The type flag requires a qualified identifier, even if the type belongs in the package where the interface-extractor is being run from.

About

Utility for generating interfaces for a given type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages