hygen icon indicating copy to clipboard operation
hygen copied to clipboard

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

Results 115 hygen issues
Sort by recently updated
recently updated
newest added

I'd like to have a list of _snippets much like _templates, so I can generate snippets from command line replacing some params the idea is to output the snippet on...

enhancement

Hi! Thanks for the amazing Project! **Problem statement :** Is there any way we can create a file if it doesn't exist while injection. Went through the docs and issues...

Hi @jondot In my case, I have the config file like that dependencies = A,B And I want to inject inline C module so the result will look like: ```...

Context: https://github.com/jondot/hygen/issues/95

enhancement

ideas from #119, #120, #142. #149, and changes in v5. An update for hygen.js that expands functionality, composition, and extensibility . The data structure has been simplified, the revolvers have...

ideas from #119, #120, #142 It is pretty much a complete rewrite, but it should be backwards compatible and offers a lot new. A functional pipeline. A config object is...

Now it can prompt for generator and action via: ``` $ hygen --prompt ```

Hello. So, my proposed solution to #61 is to add property `variables` to frontmatter. Other arguments have priority over variables. One thing that I'm uncertain with, if variables should be...

Thanks for the great library. I can read variable values from CLI argument or prompt parameter. But I have lots of variables, so I have to keep in a separate...

Injecting into a json file can be quite tedious with regex alone. Would be nice to be able to give a dot path instead of regex. ```ejs --- inject: true...

enhancement