At the moment we're doing the following:
checking in the bundled cli tool (index.js)
adding manual instructions to the templates. For example, user must install peer dependencies of our eslint package manually.
Do we want to/can we improve this?
For example, could we install all the necessary dependencies as a part of the CLI flow so the user doesn't have to do that manually?