easygen 4.1.0-1 source package in Ubuntu

Changelog

easygen (4.1.0-1) unstable; urgency=medium

  * New upstream version 4.1.0
    Since v4.0.0-1:
    implement newfeature/v4-json, close #23
    - [+] add example_execute
    - [*] Check under /etc/ for templates too
    - [*] optionally output check steps
    - [+] add more CamelCase converting & full coverage test
    - [+] add more test coverages
    - [+] add more test coverage cases
    - [+] add more demo cases
    - [+] add egFilePath sub pkg
    - [+] add egFilePath pkg doc
    - [+] include all filepath (allowed) functions


 -- Tong Sun <email address hidden>  Sat, 28 Dec 2019 15:54:38 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
easygen_4.1.0-1.dsc 2.2 KiB 4a5586c0ef9d0289106033c85203455cd2d22acff5f3735ddf588342e3b6705f
easygen_4.1.0.orig.tar.gz 63.1 KiB 56f2d92810f614607a438e8190fe02a9e43d2f196d38dcd41c31056001cbfbf2
easygen_4.1.0-1.debian.tar.xz 2.9 KiB dc10c39c315086477b748d5378ebea5f6d00289a77deacd4b09b3fd3bb97a871

Available diffs

No changes file available.

Binary packages built by this source

easygen: Easy to use universal code/text generator

 Command easygen is an easy to use universal code/text generator.
 .
 It can be used as a text, html or a code generator for arbitrary purposes with
 arbitrary data and templates. It can be used as a GSL replacement, as it
 .
  - is more easy to define driving data, in form of YML instead of XML
  - has more powerful template engine that based on Go template.
    You can even write your own function in Go to customize your template.
 .
 You can even use easygen as a generic Go template testing tool.

golang-github-go-easygen-easygen-dev: Easy to use universal code/text generator -- source

 Command easygen is an easy to use universal code/text generator.
 .
 It can be used as a text, html or a code generator for arbitrary purposes with
 arbitrary data and templates. It can be used as a GSL replacement, as it
 .
  - is more easy to define driving data, in form of YML instead of XML
  - has more powerful template engine that based on Go template.
    You can even write your own function in Go to customize your template.
 .
 This package provides the source code to be used as a library.