![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@genesisx/git-workflows
Advanced tools
This Generator is to easily setup git workflows for a Nx workspace.
This is a generator for creating git workflow templates created for Genesis framework. This can be used in a non-genesis project as well, as no dependency on nx.
Following workflows are added to the Nx workspace when you execute this generator plugin.
Nx Affected Apps
Nx Affected Apps - Pull Request
Nx Affected Apps - Master(Base Branch)
Nx Build App
Publish "git-workflows "Plugin [Optional]
Clone the Genesis Repository
- git clone https://pscode.lioncloud.net/psinnersource/xt/micro-frontend/genesis.git
Build the plugin generator
- nx run git-workflows:build
Publish the plugin generator to a registry
- npm publish ./dist/packages/git-workflows --registry [REGISTRY_URL]
Using "git-workflows" Plugin
Create a new workspace
- npx create-nx-workspace@latest
Install the plugin
- npm install -D @genesisx/git-workflows@[VERSION] --registry [REGISTRY_URL]`
Execute the plugin Use NX GUI in VS to execute the workflow (or) Execute the following command
- `npx nx generate @genesisx/git-workflows:git-workflows --no-interactive `
Verify the generated workflows Verify if a new directory with name ".github" is created in the root of your workspace. Verify if the following files are created in the "./.github" directory of your workspace
- nx-affected-apps.yaml
- nx-affected-master.yaml
- nx-affected-pull-request.yaml
- nx-build-app.yaml
FAQs
This Generator is to easily setup git workflows for a Nx workspace.
The npm package @genesisx/git-workflows receives a total of 1 weekly downloads. As such, @genesisx/git-workflows popularity was classified as not popular.
We found that @genesisx/git-workflows demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.