mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| node_modules/minimatch | 1 month ago | |
| plugins | 1 month ago | |
| preset | 1 month ago | |
| src | 1 month ago | |
| LICENSE | 1 month ago | |
| PLUGIN.md | 1 month ago | |
| README.md | 1 month ago | |
| executors.json | 1 month ago | |
| generators.json | 1 month ago | |
| index.d.ts | 1 month ago | |
| index.d.ts.map | 1 month ago | |
| index.js | 1 month ago | |
| migrations.json | 1 month ago | |
| package.json | 1 month ago | |
| plugin.d.ts | 1 month ago | |
| plugin.d.ts.map | 1 month ago | |
| plugin.js | 1 month ago | |
| preset.d.ts | 1 month ago | |
| preset.d.ts.map | 1 month ago | |
| preset.js | 1 month ago | |
| project.json | 1 month ago | |
README.md
Nx: Smart Monorepos · Fast Builds
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
This package is a Jest plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init