File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ testem.log
3838.DS_Store
3939Thumbs.db
4040
41- .nx / cache
41+ .nx
Original file line number Diff line number Diff line change 1+ # Contributors Guide
2+
3+ ## Contributing to existing plugins
4+
5+ ## Creating a new plugin
6+
7+ ### Proposal
8+
9+ ### Development
10+
11+ #### Setup
12+
13+ To create a new library in the monorepo, run the following command:
14+
15+ ``` bash
16+
17+ npx nx g @nx/js:lib [package-name] --tags=scope:plugin --projectNameAndRootFormat=derived --unitTestRunner=vitest --bundler=esbuild
18+
19+ ```
Original file line number Diff line number Diff line change 11{
22 "extends" : " nx/presets/npm.json" ,
33 "$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
4- "nxCloudAccessToken" : " OWI2YzgxYTgtZWMzZi00MWFiLWE4YjYtM2Q4MjRjMGNjOTg0fHJlYWQtd3JpdGU="
4+ "nxCloudAccessToken" : " OWI2YzgxYTgtZWMzZi00MWFiLWE4YjYtM2Q4MjRjMGNjOTg0fHJlYWQtd3JpdGU=" ,
5+ "workspaceLayout" : {
6+ "appsDir" : " packages" ,
7+ "libsDir" : " packages"
8+ }
59}
You can’t perform that action at this time.
0 commit comments