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
After install, the package creates a hierarchy of folders like the following
167
+
(only the first two depth levels are shown):
168
+
169
+
<TabsgroupId="operating-systems">
170
+
171
+
<TabItemvalue="windows"label="Windows"default>
172
+
173
+
<CodeBlocklanguage="console"> {
174
+
`C:\> tree /f %USERPROFILE%\\AppData\\Roaming\\xPacks\\@{{packageScope}}\\{{packageName}}\\${frontMatter.version}.${frontMatter.npm_subversion}\\.content
175
+
Folder PATH listing
176
+
Volume serial number is B02D-925C
177
+
├── README.md
178
+
├── bin
179
+
│ ├── cmake.exe
180
+
│ ├── cmcldeps.exe
181
+
│ ├── cpack.exe
182
+
│ ├── ctest.exe
183
+
│ ├── libgcc_s_seh-1.dll
184
+
│ └── libstdc++-6.dll
185
+
├── distro-info
186
+
│ └── licenses
187
+
├── doc
188
+
│ └── cmake-3.30
189
+
└── share
190
+
├── aclocal
191
+
├── bash-completion
192
+
├── cmake-3.30
193
+
├── emacs
194
+
└── vim
195
+
196
+
11 directories, 8 files
197
+
`} </CodeBlock>
198
+
199
+
</TabItem>
200
+
201
+
<TabItemvalue="macos"label="macOS">
202
+
203
+
<CodeBlocklanguage="console"> {
204
+
`$ tree -L 2 ~/Library/xPacks/\{{packageScopedName}}/${frontMatter.version}.${frontMatter.npm_subversion}/.content/
After install, the package creates a hierarchy of folders like the following
167
+
(only the first two depth levels are shown):
168
+
169
+
<TabsgroupId="operating-systems">
170
+
171
+
<TabItemvalue="windows"label="Windows"default>
172
+
173
+
<CodeBlocklanguage="console"> {
174
+
`C:\> tree /f %USERPROFILE%\\AppData\\Roaming\\xPacks\\@{{packageScope}}\\{{packageName}}\\${frontMatter.version}.${frontMatter.npm_subversion}\\.content
175
+
Folder PATH listing
176
+
Volume serial number is B02D-925C
177
+
├── README.md
178
+
├── bin
179
+
│ ├── cmake.exe
180
+
│ ├── cmcldeps.exe
181
+
│ ├── cpack.exe
182
+
│ ├── ctest.exe
183
+
│ ├── libgcc_s_seh-1.dll
184
+
│ └── libstdc++-6.dll
185
+
├── distro-info
186
+
│ └── licenses
187
+
├── doc
188
+
│ └── cmake-3.30
189
+
└── share
190
+
├── aclocal
191
+
├── bash-completion
192
+
├── cmake-3.31
193
+
├── emacs
194
+
└── vim
195
+
196
+
11 directories, 8 files
197
+
`} </CodeBlock>
198
+
199
+
</TabItem>
200
+
201
+
<TabItemvalue="macos"label="macOS">
202
+
203
+
<CodeBlocklanguage="console"> {
204
+
`$ tree -L 2 ~/Library/xPacks/\{{packageScopedName}}/${frontMatter.version}.${frontMatter.npm_subversion}/.content/
0 commit comments