https://github.com/synergex/codegen
CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository.
https://github.com/synergex/codegen
Last synced: 10 months ago
JSON representation
CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository.
- Host: GitHub
- URL: https://github.com/synergex/codegen
- Owner: Synergex
- License: other
- Created: 2015-12-07T23:44:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T22:10:31.000Z (11 months ago)
- Last Synced: 2025-08-22T04:08:13.389Z (10 months ago)
- Language: Smarty
- Homepage:
- Size: 323 MB
- Stars: 16
- Watchers: 14
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# CodeGen
CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository. Having been developed over a period of many years CodeGen was first published as an open source project on CodePlex in May 2012, and moved to GitHub in December 2015.
CodeGen was primarily developed to generate Synergy DBL source code, but can also be used to generate code for a variety of other programming languages such as C#, Visual Basic and Objective-C. CodeGen can also be used to generate many other types of content, such as HTML, XML and XAML.
## Documentation
When you have installed CodeGen you can access local documentation by executing the command `codegen -docs`. You can also use the [on-line documentation](https://synergex.github.io/CodeGen/) which will always relate to the latest published version of CodeGen.
## Requirements
CodeGen is developed using Visual Studio 2022 and the Synergy .NET development environment. In order to build or use CodeGen you must have a Synergy Development Environment and the latest version of Synergy DBL Integration for Visual Studio installed. For information on how to get started with CodeGen, refer to the documentation.
## License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.