Development: Get the Generator

The following is only required if you want to contribute to the development of the generator or want to use the generator locally without installing it globally from npm. If you just want to use the generator, you can install it globally from npm and skip the following steps.

  1. Clone the onecx-nx-plugins repository into a folder on the local machine/inside WSL2

    git clone https://github.com/onecx/onecx-nx-plugins.git
  2. Navigate into the cloned repository and install the dependencies

    cd onecx-nx-plugins
    npm install
  3. Build the OneCX App Generator

    npm run build