Ecosyste.ms: Awesome

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

https://github.com/netlify/build

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI
https://github.com/netlify/build

bash build ci continuous-delivery continuous-deployment continuous-integration continuous-testing deployment es6 javascript linux macos netlify netlify-plugin nodejs plugins serverless shell terminal windows

Last synced: 4 months ago
JSON representation

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI

Lists

README

        

![Netlify Build](build.png)

[![Coverage Status](https://codecov.io/gh/netlify/build/branch/main/graph/badge.svg)](https://codecov.io/gh/netlify/build)
[![Build](https://github.com/netlify/build/workflows/Build/badge.svg)](https://github.com/netlify/build/actions)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/netlify/build/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/netlify/build/tree/main)

Netlify Build runs the build command and Build Plugins and bundles Netlify Functions.

Build Plugins extend the functionality of the Netlify Build process. You can install plugins made by others or write
your own. You can save them locally in your repository or share them with others via npm and the Netlify plugins
directory.

Learn more about Build Plugins in [Netlify documentation](https://docs.netlify.com/configure-builds/build-plugins).

## Community plugins

Community-created plugins are listed in the Netlify App.

Netlify Build Plugins are simple Node.js packages. If you'd like to create one, see our documentation about
[creating](https://docs.netlify.com/configure-builds/build-plugins/create-plugins/) and
[sharing](https://docs.netlify.com/configure-builds/build-plugins/share-plugins/) them.

## Contributors

Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on how to set up and work on this repo itself. Thanks
for contributing!