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: 10 days ago
JSON representation
command line utility to extract an abstraction over a class using the façade pattern
- Host: GitHub
- URL: https://github.com/maxilevi/api-facade
- Owner: maxilevi
- License: mit
- Created: 2018-06-21T23:46:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T21:50:16.000Z (almost 8 years ago)
- Last Synced: 2025-11-21T13:03:17.686Z (7 months ago)
- Topics: api, code-generation, csharp, facade-pattern, tools
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# api-façade [](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