From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
1–10 of 109 posts
Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#2Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#3Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#4Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#5Heroku did the same
https://blog.herokuapp.com/evolution-of-heroku-cli-2008-2017 Their version 6, started with Ruby, then go/node, then pure node.
https://github.com/heroku/cli "This is the next generation Node-based Heroku CLI. The goals of this project were to make plugins more flexible, remove Ruby as a runtime dependency, and make the CLI faster. [...] It has identical functionality to the old Ruby CLI."
Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#6Heroku did the same
Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#7Heroku did the same
more background info https://blog.herokuapp.com/evolution-of-heroku-cli-2008-2017 Their version 6, started with Ruby, then go/node, then pure node. https://github.com/heroku/cli "This is the next generation Node-based Heroku CLI. The goals of this project were to make plugins more flexible, remove Ruby as a runtime dependency, and make the CLI faster. [...] It has identical functionality to the old Ruby CLI."
Re: From Ruby to Node: Overhauling Shopify’s CLI for a better developer experience
#8Interesting. TIL about the Open CLI framework that they all seem to be moving to: https://oclif.io/