Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashim21223445/sdk-build-event-handler-template
morni cloud.Get a template that's carefully designed and quality-assured with your network's goals for growth
https://github.com/hashim21223445/sdk-build-event-handler-template
algorithms firebase flutter go hacktoberfest hacktoberfest-accepted html java javascript jquery jquery-mobile k8s kubernetes laravel learning machine-learning machine-learning-algorithms npm-run-preview rust xamarin-forms
Last synced: about 8 hours ago
JSON representation
morni cloud.Get a template that's carefully designed and quality-assured with your network's goals for growth
- Host: GitHub
- URL: https://github.com/hashim21223445/sdk-build-event-handler-template
- Owner: hashim21223445
- Created: 2024-01-30T23:03:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T18:58:43.000Z (1 day ago)
- Last Synced: 2025-01-16T20:17:11.930Z (1 day ago)
- Topics: algorithms, firebase, flutter, go, hacktoberfest, hacktoberfest-accepted, html, java, javascript, jquery, jquery-mobile, k8s, kubernetes, laravel, learning, machine-learning, machine-learning-algorithms, npm-run-preview, rust, xamarin-forms
- Language: TypeScript
- Homepage: https://www.facebook.com/profile.php?id=100083360731206
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify SDK Build Event Handler template
This is a template to show you how a Build Event Handler can be made using the Netlify SDK.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/integration/start/deploy?repository=https://github.com/netlify/sdk-build-event-handler-template&integrationName=build-event-handler-template&integrationSlug=build-event-handler-template&integrationDescription=Build%20Event%20Handler%20Template&scopes=site:read&integrationLevel=site)
## Scripts
### Build
This builds the integration and puts it into the `.ntli` folder. This is the folder that Netlify uses to run the integration.
```bash
npm run build
```### Dev
This bundles your integration code and starts a local GraphQL server for any Connectors you have defined. This is useful for testing your integration locally.
```bash
npm run dev
```### Preview
This bundles your integration code and starts a preview server. This is useful for previewing your integration UI locally.
```bash
npm run preview
```