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 | |
| src | 1 month ago | |
| LICENSE | 1 month ago | |
| README.md | 1 month ago | |
| index.d.ts | 1 month ago | |
| index.d.ts.map | 1 month ago | |
| index.js | 1 month ago | |
| internal.d.ts | 1 month ago | |
| internal.d.ts.map | 1 month ago | |
| internal.js | 1 month ago | |
| migrations.json | 1 month ago | |
| ngcli-adapter.d.ts | 1 month ago | |
| ngcli-adapter.d.ts.map | 1 month ago | |
| ngcli-adapter.js | 1 month ago | |
| package.json | 1 month ago | |
| project.json | 1 month ago | |
| public-api.d.ts | 1 month ago | |
| public-api.d.ts.map | 1 month ago | |
| public-api.js | 1 month ago | |
| testing.d.ts | 1 month ago | |
| testing.d.ts.map | 1 month ago | |
| testing.js | 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 contains a set of utilities for creating Nx plugins.
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