https://github.com/netlify/extension-showcase
Public example of an extension showcasing Netlify SDK's capabilities
https://github.com/netlify/extension-showcase
Last synced: 8 months ago
JSON representation
Public example of an extension showcasing Netlify SDK's capabilities
- Host: GitHub
- URL: https://github.com/netlify/extension-showcase
- Owner: netlify
- Created: 2024-09-04T21:40:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T14:14:02.000Z (8 months ago)
- Last Synced: 2025-04-30T15:29:37.837Z (8 months ago)
- Language: TypeScript
- Size: 519 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify Extension
This extension is created using the [Netlify SDK](https://sdk.netlify.com/get-started/introduction/). It is a boilerplate for creating a new extension.
**You can install this extension in your Netlify account by clicking [here](https://app.netlify.com/extensions/leqfnf6m-showcase).**
## 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](https://sdk.netlify.com/netlify-sdk-utility-tools-reference/).
### Build
This builds the extension into a `.ntli` folder. This is the folder that Netlify uses to run the extension.
```bash
npm run build
```
### Deploy
Are you ready to deploy and publish your extension? Check out our documentation on [publishing your extension](https://developers.netlify.com/sdk/publish/).