/ src / modules / cmdpal / extensionsdk / README.md
README.md
 1  # Command Palette Extension Toolkit
 2  
 3  The C# toolkit for building your own extension for the Command Palette.
 4  
 5  The quickest way to get started building an extension is to install the Command
 6  Palette, and use the "Create a new extension" command. That will set up a
 7  project for you, with the packaging, dependencies, and basic program structure
 8  ready to go.
 9  
10  To view the full docs, you can head over to [our docs site](https://aka.ms/cmdpalextensions-devdocs)
11  
12  There are samples of just about everything you can do in [the samples project].
13  Head over there to see basic usage of the APIs.
14  
15  [the samples project]: https://github.com/microsoft/PowerToys/tree/main/src/modules/cmdpal/ext/SamplePagesExtension