jondot / hygen

The simple, fast, and scalable code generator that lives in your project.

Home Page:http://www.hygen.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include file into the template?

jimlyas opened this issue · comments

commented

So I'm trying to build Android Application generator, and we have to include JAR file to the template. How do we achieve this using hygen?

you can do it easily with the shell op, just use normal unix commands (cp something ..). Does that make sense?

commented

I'm sorry for not following. Do you mean copy the file manually?

Or where do we include the unix commands inside hygen?

Or does hygen itself provide configuration to embed the JAR file into the template?

Thanks in advance.