An open API service indexing awesome lists of open source software.

https://github.com/maxilevi/api-facade

command line utility to extract an abstraction over a class using the façade pattern
https://github.com/maxilevi/api-facade

api code-generation csharp facade-pattern tools

Last synced: 4 months ago
JSON representation

command line utility to extract an abstraction over a class using the façade pattern

Awesome Lists containing this project

README

          

# api-façade [![Build status](https://ci.appveyor.com/api/projects/status/1syxv7e25pmay8xg?svg=true)](https://ci.appveyor.com/project/Zaphyk/api-facade)
generate an api layer from selected classes of a project using the façade pattern

powered by [roslyn](https://github.com/dotnet/roslyn)

# license

(c) 2018 MIT License. Maximiliano Levi