All Projects → RahulKatariya → Aarkay Archived

RahulKatariya / Aarkay Archived

Licence: gpl-3.0
AarKay is a language independent code generation framework. This project has been deprecated and is no longer maintained.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Aarkay Archived

evon
Fast and versatile event dispatcher code generator for Golang
Stars: ✭ 15 (-78.26%)
Mutual labels:  code-generator, codegen
Kyaml2go
K8s Go client code generator from Kubernetes resource yamls
Stars: ✭ 226 (+227.54%)
Mutual labels:  code-generator, codegen
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (+105.8%)
Mutual labels:  code-generator, codegen
Graphql Code Generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
Stars: ✭ 7,993 (+11484.06%)
Mutual labels:  code-generator, codegen
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (-43.48%)
Mutual labels:  code-generator, codegen
d2a
A translator Django into SQLAlchemy.
Stars: ✭ 23 (-66.67%)
Mutual labels:  code-generator, codegen
Xcassetpacker
A command line tool for converting a folder of images into an .xcasset package for Xcode
Stars: ✭ 150 (+117.39%)
Mutual labels:  code-generator, codegen
ogen
OpenAPI v3 code generator for go
Stars: ✭ 436 (+531.88%)
Mutual labels:  code-generator, codegen
Astring
🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.
Stars: ✭ 757 (+997.1%)
Mutual labels:  code-generator, codegen
Swiftgen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
Stars: ✭ 7,580 (+10885.51%)
Mutual labels:  code-generator, stencil
Dotfiles
My dotfiles for my Arch-Install(s)
Stars: ✭ 59 (-14.49%)
Mutual labels:  dotfiles
Dotfiles
🖥️ Automated Configuration, Preferences and Software Installation for macOS
Stars: ✭ 1,103 (+1498.55%)
Mutual labels:  dotfiles
Professional Codes Reader
Browse the web like a professional programmer!
Stars: ✭ 63 (-8.7%)
Mutual labels:  code-generator
Cppast.codegen
An extensible library providing C# PInvoke codegen from C/C++ files for .NET
Stars: ✭ 65 (-5.8%)
Mutual labels:  codegen
Dotfiles.fish
my own dotfiles ported to fish
Stars: ✭ 59 (-14.49%)
Mutual labels:  dotfiles
Variable Injector
Continuous Integration Tool for Swift Projects
Stars: ✭ 63 (-8.7%)
Mutual labels:  codegen
Kpoet
An expressive DSL built on top of JavaPoet to make writing code almost as easy as writing the code yourself.
Stars: ✭ 58 (-15.94%)
Mutual labels:  codegen
.dot Org Files
Dotfiles, Emacs + Org-mode with babel and Literate programming.
Stars: ✭ 57 (-17.39%)
Mutual labels:  dotfiles
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+1485.51%)
Mutual labels:  dotfiles
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-4.35%)
Mutual labels:  dotfiles

AarKay

AarKay is a language independent code generation framework which allows you to apply data to your personal templates and generates code for you with empty placeholders for custom logics.

Why AarKay?

AarKay allows you to generate code from templates, encouraging best coding practices.

  • Focus on architecture and design rather than writing code.
  • Enforces same architecture and coding style across large teams and projects
  • Automatic generated code means less error-prone code
  • Helps save time during code review
  • Helps getting bird's eye view of a large project

Installation

  • Binary form

Download the latest release with the prebuilt binary from release tab. Unzip the archive into the desired destination and run bin/aarkay.

brew install rahulkatariya/formulae/aarkay

Getting Started

Plugins

Plugins allows you to

  • Process and Modify Datafile data before it is applied to the Template.
  • Generate multiple files of any type with the same data.

Available Plugins

Attributions

Contributing

Issues and Pull Requests are welcome!

Author

Created with ❤️ by Rahul Katariya

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].