Give you the possibility to use orval with a script.
Orval expose a function which takes a path to the orval config as an argument.
1 import orval from 'orval';2 3 orval('./orval.config.js');
It's use for the vscode orval extension
© 2020 Victor Bury. All rights reserved.