Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.78 KB

File metadata and controls

53 lines (33 loc) · 1.78 KB

NPM standard-readme compliant


About

Nx monorepo for various Nx plugins

Plugins

Plugin Description
@berenddeboer/nx-aws-cdk An Nx plugin for developing aws cdk stacks
@berenddeboer/nx-biome An Nx plugin for linting and formatting with Biome
@berenddeboer/nx-knip An Nx plugin for finding unused dependencies, exports, and files with Knip
@berenddeboer/nx-sst An Nx plugin for developing serverless full stack apps

Contributing

See the contributing file!

PRs accepted.

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

Working on this code

Test:

npx nx test nx-aws-cdk

Create a new package:

  1. Build:
npx nx build nx-aws-cdk
  1. Test:
npx nx test nx-aws-cdk
  1. To publish, use the Publish workflow in GitHub actions and select the project to publish.

License

This project is MIT licensed.