We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new configuration prop --extension <path>
--extension <path>
Path can be absolute or relative to node_modules.
Extension is a module with default export. Default export can implement one or more methods:
registerOptions(yargs): Promise<void> | void {} registerTransformer(cliConfig): Promise<void> | void {} registerIncluder(cliConfig): Promise<void> | void {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work on description is in progress
Add new configuration prop
--extension <path>
Path can be absolute or relative to node_modules.
Extension is a module with default export.
Default export can implement one or more methods:
The text was updated successfully, but these errors were encountered: