Skip to content

Commit

Permalink
docs: update CONTRIBUTING guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 14, 2023
1 parent 539a76e commit f9c384d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name-of-your-utility> --library=ngxtension --skip-module
```

## Development Setup

If you want to work on ngxtension locally or run tests, follow these steps:
Expand Down

0 comments on commit f9c384d

Please sign in to comment.