Jack Meyer
Jack Meyer
We should replace `superagent` with `node-fetch` to be consistent with other tools in the tool suite. Also, fetch is much easier to use and mock. Along with this, we should...
Currently files are being generated procedurally and are constantly deleted, recreated, and then rewritten. This is bad coding practice and is not a scalable solution. We should opt for a...
As a user, I would like support for deployments to Google Cloud through TravisCI.
As a user, I want tyr to automatically set up a functionality for a linter.
As a user, I want the ability to have my code automatically pushed for me even if I'm using GitHub 2fa. Here is a good resource: http://www.levibotelho.com/development/commit-a-file-with-the-github-api/