From f9c384ddca6eeee883b9adc076b81b2585180d1e Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Thu, 14 Sep 2023 18:09:45 -0500 Subject: [PATCH] docs: update CONTRIBUTING guide --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db90ab87..41a19f77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,14 @@ To contribute code to ngxtension, follow these steps: We will review your PR as soon as possible, and your contribution will be greatly appreciated! +#### Secondary Entry Point + +Most likely, you'll need to create new secondary entry point to put the new utility in. To create entry point, use the following command: + +```shell +pnx nx g local-plugin:entry-point --library=ngxtension --skip-module +``` + ## Development Setup If you want to work on ngxtension locally or run tests, follow these steps: