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
We have decided to move away from using oclif as the framework that Conventional Tools is built upon.
It has recently become quite temperamental, such as dependabot failed pipelines for oclif version bumps etc.
Move over to use yargs instead.
We had already thought about re-writing certain parts of the application anyway, so this is a good opportunity to look at other Node.js CLI libraries.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to solve
We have decided to move away from using oclif as the framework that Conventional Tools is built upon.
It has recently become quite temperamental, such as dependabot failed pipelines for oclif version bumps etc.
Proposal
Move over to use yargs instead.
We had already thought about re-writing certain parts of the application anyway, so this is a good opportunity to look at other Node.js CLI libraries.
Links / References
The text was updated successfully, but these errors were encountered: