Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 726 Bytes

Netlify Extension

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

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

Publish

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