What makes CodeStencil different from other Code Generators?
CodeStencil code generation logic is not baked into the application. You have the flexibility to determine how the code will be output.
How does CodeStencil not generate redundant code
Since you are able to control the way your code is generated, you can tailor CodeStencil to always output only what you want.
What does "Continuous Code Generation" mean?
"Continuous Code Generation" means that you can regenerate all or parts of your code over and over again without starting from scratch.
How is CodeStencil different from ABP Framework (abp.io)?
The abp framework - www.abp.io is an extensive complete infrastructure to create modern web applications by following the best practices and conventions of software development. It provides many options for different types of architecture. CodeStencil, however, is simply a tool that can generate the same type of code the abp framework creates but imported source code from an application created by the abp framework.
How can I control CodeStencil to generate only a portion of my code?
Codestencil organizes and displays the files that will be generated in a tree-like structure.
This way, you can determine which nodes of codes will be included in the code generation cycle. This can be done by disabling the node(s).
No results found