You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: fynpo repo initialized using `create-fynpo` will alreday have `husky` added in `devDependencies` and also `husky install` added to the `prepare` script.
42
+
**Note**: fynpo repo initialized using `@fynjs/create-monorepo` will already have `husky` added in `devDependencies` and also `husky install` added to the `prepare` script.
Copy file name to clipboardExpand all lines: docusaurus/docs/getting-started/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Installation
6
6
To create a new fynpo monorepo:
7
7
8
8
```
9
-
npx create-fynpo fynpo-repo
9
+
npx @fynjs/create-monorepo fynpo-repo
10
10
cd fynpo-repo
11
11
fyn # Install dependencies
12
12
```
@@ -21,16 +21,16 @@ Running this command will:
21
21
- create an empty `packages` directory
22
22
- add `commitlint` config if enabled
23
23
24
-
Please visit [here](https://github.com/electrode-io/fynpo/blob/master/packages/create-fynpo/README.md) for more detailed information about `create-fynpo`.
24
+
Please visit [here](https://github.com/jchip/fynjs/blob/master/packages/create-monorepo/README.md) for more detailed information about `@fynjs/create-monorepo`.
25
25
26
26
#### Options:
27
27
28
-
**`commitlint`** : Used to initialize the repo with commitlint configuration. This is enabled by default.
28
+
**`commitlint`** : Used to initialize the repo with commitlint configuration. This is enabled by default.
29
29
30
30
To initialize the repo without commitlint configuration, run the command with `no-commitlint` options. In this case, a simple `fynpo.json` config file will be added instead of `fynpo.config.js`.
The node.js package manager that handles installing dependencies. It will have some fynpo awareness and load any relevant fynpo config when a mono-repo is detected.t's best if user has this install into npm global.
0 commit comments