Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.69 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.69 KB

standard-readme compliant @codebrew/nx-ncc Typescript LICENSE npm version Downloads


@codebrew/nx-ncc

An Nx plugin for developing @vercel/ncc

Table of Contents

Install

# npm
npm install --save-dev @codebrew/nx-ncc

# yarn
yarn add --dev @codebrew/nx-ncc

# pnpm
pnpm install --save-dev @codebrew/nx-ncc

Usage

Executors

Generated applications expose several functions to the CLI that allow users to deploy, destroy and so on.

nx deploy {Project Name}
nx destroy {Project Name}

Maintainers

@tienne

Contributing

See the contributing file!

PRs accepted.

If editing the README, please conform to the standard-readme specification.

License

This project is MIT licensed 2021 David Kwon.