Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@nx/netlify

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/netlify

> ⚠️ The Netlify plugin is deprecated and will no longer receive updates. We are committed to providing high-quality tooling to community, and we no longer have the capacity to keep this plugin updated.

latest
npmnpm
Version
17.2.3
Version published
Maintainers
5
Created
Source

@nx/netlify

⚠️ The Netlify plugin is deprecated and will no longer receive updates. We are committed to providing high-quality tooling to community, and we no longer have the capacity to keep this plugin updated.

Setup

Create a new Nx worksapce if you don't already have one.

npx create-nx-workspace@latest netlify-demo --preset=@nx/netlify:preset

Now, you can go into the netlify-demo folder and start development.

Now to run your functions locally you can use:

cd netlify-demo
npx nx dev

To deploy to Netlify, run:

npx nx deploy

This command will prompt you to setup the project the first time you deploy.

Create a new Netlify Serverless App

npx nx g @nx/netlify:serverless

FAQs

Package last updated on 21 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts