Thanks to visit codestin.com
Credit goes to github.com

Skip to content

netlify/primitives

Repository files navigation

Netlify Primitives

Implementation of different Netlify platform primitives. Includes both developer-facing utilities as well as the logic required for the local emulation of each primitive to aid local development workflows.

Installation

This monorepo uses npm workspaces.

Start by installing the dependencies:

npm install

You can then build all the packages:

npm run build --workspaces=true

When working on the packages, it can be helpful to have them rebuild on change:

npm run dev

Packages

Name Description Version
πŸ—„οΈ @netlify/blobs TypeScript client for Netlify Blobs npm version
πŸ’Ύ @netlify/cache TypeScript utilities for interacting with the Netlify cache npm version
πŸ› οΈ @netlify/dev Emulation of the Netlify environment for local development npm version
πŸ”§ @netlify/dev-utils TypeScript utilities for the local emulation of the Netlify environment npm version
⚑ @netlify/functions TypeScript utilities for interacting with Netlify Functions npm version
πŸ“‹ @netlify/headers TypeScript implementation of Netlify's headers engine npm version
πŸ–ΌοΈ @netlify/images TypeScript utilities for interacting with Netlify Image CDN npm version
πŸš€ @netlify/nuxt Nuxt module with a local emulation of the Netlify environment npm version
πŸ” @netlify/otel TypeScript utilities to interact with Netlify's OpenTelemetry npm version
πŸ”„ @netlify/redirects TypeScript implementation of Netlify's rewrites and redirects engine npm version
πŸ›οΈ @netlify/runtime Netlify compute runtime npm version
πŸ”¨ @netlify/runtime-utils Cross-environment utilities for the Netlify runtime npm version
πŸ“ @netlify/static TypeScript implementation of Netlify's static file serving logic npm version
πŸ”’ @netlify/types TypeScript types for Netlify platform primitives npm version
πŸ”Œ @netlify/vite-plugin Vite plugin with a local emulation of the Netlify environment npm version