AGAnwesh Gangulainanweshgangula.hashnode.dev·Jun 14, 2023 · 4 min readUse same shortcut for different scripts in VS CodeHave you ever had to run different npm/gulp/python commands in different projects - for starting a dev instance? The npm commands that I have to run to start a dev instance of a web app vary based on the type of framework I use, the project and its t...00G
AGAnwesh Gangulainanweshgangula.hashnode.dev·Aug 15, 2022 · 2 min readBundle & Distribute AutoCAD API pluginApp Bundle (reference video): An App Bundle is a self-contained directory which contains all the files an application, plugin or script needs in order to run in an Autodesk product. Since the App Store adopted this model for app distribution ... for ...01G
AGAnwesh Gangulainanweshgangula.hashnode.dev·Aug 15, 2022 · 4 min readAdding a Ribbon button for AutoCAD APIIf you have a AutoCAD plugin and you want to run the plugin using a button in the ribbon, you can follow the steps below: Introduction AutoCAD is a command based application. This means that most of the actions that you do in AutoCAD are essentially ...00
AGAnwesh Gangulainanweshgangula.hashnode.dev·Aug 15, 2022 · 6 min readGetting started with WPF for AutoCAD APIBasic Command I've recently worked on a project where I had to create a WPF plugin for AutoCAD. And surprisingly, I was not able to find a single resource which talks about all the fundamentals of a WPF plugin and adding a Ribbon tab. So here is what...00