Skip to content
Discussion options

You must be logged in to vote

we don't have any high-level API for that. by high-level API i mean like the one we have with Codemods API

that said, you can do it on your own. in your configure.ts file you can open and modify files using standard node:fs, just as you would with a normal Node script. readFile and writeFile and you should be able to do what you want

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@manomintis
Comment options

Answer selected by manomintis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants