Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```