|
@@ -0,0 +1,36 @@
|
|
|
+# npm find-dupes
|
|
|
+
|
|
|
+> `node_modules`์์ ์ค๋ณต๋ ์์กด์ฑ์ ์๋ณ.
|
|
|
+> ๋ ๋ง์ ์ ๋ณด: <https://docs.npmjs.com/cli/commands/npm-find-dupes>.
|
|
|
+
|
|
|
+- `node_modules` ๋ด ๋ชจ๋ ์ค๋ณต ํจํค์ง ๋์ด:
|
|
|
+
|
|
|
+`npm find-dupes`
|
|
|
+
|
|
|
+- ์ค๋ณต ๊ฐ์ง์ `devDependencies` ํฌํจ:
|
|
|
+
|
|
|
+`npm find-dupes --include=dev`
|
|
|
+
|
|
|
+- `node-modules`์์ ํน์ ํจํค์ง์ ๋ชจ๋ ์ค๋ณต ์ธ์คํด์ค ๋์ด:
|
|
|
+
|
|
|
+`npm find-dupes {{ํจํค์ง_์ด๋ฆ}}`
|
|
|
+
|
|
|
+- ์ค๋ณต ๊ฐ์ง์์ ์ ํ์ ์์กด์ฑ ์ ์ธ:
|
|
|
+
|
|
|
+`npm find-dupes --omit=optional`
|
|
|
+
|
|
|
+- ์ถ๋ ฅ์ ๋ก๊ทธ ๋ ๋ฒจ ์ค์ :
|
|
|
+
|
|
|
+`npm find-dupes --loglevel={{silent|error|warn|info|verbose}}`
|
|
|
+
|
|
|
+- ์ค๋ณต ์ ๋ณด๋ฅผ JSON ํ์์ผ๋ก ์ถ๋ ฅ:
|
|
|
+
|
|
|
+`npm find-dupes --json`
|
|
|
+
|
|
|
+- ์ค๋ณต ๊ฒ์์ ํน์ ์ค์ฝํ๋ก ์ ํ:
|
|
|
+
|
|
|
+`npm find-dupes --scope={{@์ค์ฝํ1,@์ค์ฝํ2}}`
|
|
|
+
|
|
|
+- ํน์ ์ค์ฝํ๋ฅผ ์ค๋ณต ๊ฐ์ง์์ ์ ์ธ:
|
|
|
+
|
|
|
+`npm find-dupes --omit-scope={{@์ค์ฝํ1,@์ค์ฝํ2}}`
|