A Pulumi converter plugin that generates constructor syntax for resources and function invokes in different languages. The inputs of the resources and functions are filled in with default values. Made ...
Readable enough to survive time, teammates, and future you.
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https ...