Skip to content

genttool/gent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GENT

GENT is a template-based project generator, inspired by conscript and g8, written in Groovy. To install,

curl -Ls git.io/gent | sh

How does GENT work?

Firstly, the install.sh script will be fetching a Pack200'ed Groovy jar to bootstraping. You'll find ~/bin/gent installed into your system. For example, to create a new Groovy project, proj, just call:

gent --name=proj genttool/gradle-groovy

The repository genttool/gradle-groovy.gent is an example template for building a Groovy project with Gradle. Note that GENT will be looking for a Github repository with the .gent suffix and use it to create a new project into directory proj.

Looking for other templates?

Gent templates and their instructions are listed on Wiki. We currently have templates to support Gradle, Grails, Groovy, Vert.x and ZK. All contributions are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published