Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 849 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 849 Bytes

Netlify Extension

This extension is created using the Netlify SDK. It is a boilerplate for creating a new extension.

You can install this extension in your Netlify account by clicking here.

Scripts

These are some common scripts you will use when developing your extension. If you want to know what else is possible, check out the documentation.

Build

This builds the extension into a .ntli folder. This is the folder that Netlify uses to run the extension.

npm run build

Deploy

Are you ready to deploy and publish your extension? Check out our documentation on publishing your extension.