leedch/codemonkey

Module for generating code from simple templates / configs

2.0.2 2022-01-08 15:08 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:42:28 UTC


README

The purpose of this component is to help you be lazy at creating your code. structures.

It allows you to generate full standardized code by only providing the dynamic parts of you code.

Set up is simple, all it requires is

  • A JSON configuration file
  • A very simple template file (text file containing placeholders)

This project is purposely not connected to any programming language or syntax. The idea is that you can use it for any kind of project. For example:

  • Create Code (PHP, Java, Phyton, .NET whatever)
  • Create Data Structures (JSON, XML, YAML etc)
  • Create Vagrant Machines

Life is short and there are more fun things to do than to write code twice. Let the machines do the dirty work