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
- 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 (over 7 years ago)
- Last Synced: 2025-02-26T14:21:54.499Z (about 1 year ago)
- Topics: api, code-generation, csharp, facade-pattern, tools
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- 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