Provide "hook" after file generation #185
svenjacobs
started this conversation in
Ideas
Replies: 2 comments 32 replies
-
|
@svenjacobs sounds like a gread addition! Like this where you specify the command that then get's executed 1:1 in a {
"runOnGeneratorEnd": "npm run prettier"
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
implemented in version find the docs here |
Beta Was this translation helpful? Give feedback.
31 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thanks for this great library! 👏🏼
It would be nice to be able to configure a "hook" or command which is executed after
typesafe-i18nhas created / updated the generated files. For example I would like to format these files with Prettier according to my projects code formatting rules.The hook / command could be configured in
.typesafe-i18n.jsonfor instance.Beta Was this translation helpful? Give feedback.
All reactions