jondot / hygen

The simple, fast, and scalable code generator that lives in your project.
http://www.hygen.io
MIT License
5.68k stars 256 forks source link

Include file into the template? #384

Open jimlyas opened 2 years ago

jimlyas commented 2 years ago

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?

jondot commented 2 years ago

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

jimlyas commented 2 years ago

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.