Skip to content

vegardx/pi-ext-template

Repository files navigation

pi-ext-CHANGEME

A pi.dev extension.

Install

pi install git:github.com/vegardx/pi-ext-CHANGEME

Develop

npm install
npm run check       # lint + typecheck + test
pi -e .             # load extension locally

What's inside

  • index.ts — extension entry point. The default export receives an ExtensionAPI instance — register events, commands, tools, and shortcuts from there.

Creating a new extension from this template

gh repo create vegardx/pi-ext-my-ext --template vegardx/pi-ext-template --public --clone
cd pi-ext-my-ext

Then find-and-replace CHANGEME with your extension name in package.json and README.md.

License

MIT

About

Template repo for pi.dev extensions — gh repo create --template vegardx/pi-ext-template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors