hygen
hygen copied to clipboard
[feature] Append a line during inject
trafficstars
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:
dependencies = A,B,C
And not like
dependencies = A,B
,C
or
dependencies
{
A,
B,
C
}
That would be great if we have a way to do that. Thank so much for the awesome plugin!
So I'm with @takaaptech here, my team and I are using hygen to develop some of our logic for NestJS, which once we've created a module we need to inject it into the root level imports array (which the NestJS cli can do quite well)