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
- oclif: The current Node.js CLI framework being used in Conventional Tools
- yargs: The decided new framework that will be replacing oclif
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