Skip to content

Commit a73b16a

Browse files
authored
Merge pull request #826 from DonKirkham/spfx-install
Add spfx-install script with metadata and details
2 parents 058d822 + 588bd13 commit a73b16a

File tree

9 files changed

+511
-0
lines changed

9 files changed

+511
-0
lines changed

scripts/spfx-install/README.md

+447
Large diffs are not rendered by default.
2.12 KB
Loading
32.5 KB
Loading
67.9 KB
Loading
52.9 KB
Loading
18.8 KB
Loading
328 KB
Loading
58.7 KB
Loading
+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
[
2+
{
3+
"name": "spfx-install",
4+
"source": "pnp",
5+
"title": "spfx-install.sh",
6+
"shortDescription": "Bash script to install custom version of NodeJs (using nvm) and dependencies for any version of SPFx.",
7+
"url": "https://pnp.github.io/script-samples/spfx-install/README.html",
8+
"longDescription": [
9+
""
10+
],
11+
"creationDateTime": "2025-04-24",
12+
"updateDateTime": "2025-04-24",
13+
"products": [
14+
"SharePoint",
15+
"Office",
16+
"Graph",
17+
"PowerApps",
18+
"Teams",
19+
"Power Automate",
20+
"Microsoft Todo",
21+
"Azure",
22+
"Microsoft 365 Copilot"
23+
],
24+
"metadata": [
25+
{
26+
"key": "BASH",
27+
"value": "NA"
28+
}
29+
],
30+
"categories": [
31+
"Modernize",
32+
"Data",
33+
"Deploy",
34+
"Provision",
35+
"Configure",
36+
"Report",
37+
"Security",
38+
"AI",
39+
"Microsoft 365 Copilot"
40+
],
41+
"tags": [
42+
"<Cmdlets-Used>"
43+
],
44+
"thumbnails": [
45+
{
46+
"type": "image",
47+
"order": 100,
48+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spfx-install/assets/Results1.png",
49+
"alt": "Preview of the sample spfx-install.sh"
50+
}
51+
],
52+
"authors": [
53+
{
54+
"gitHubAccount": "donkirkham",
55+
"company": "",
56+
"pictureUrl": "https://github.com/donkirkham.png",
57+
"name": "Don Kirkham"
58+
}
59+
],
60+
"references": [
61+
null
62+
]
63+
}
64+
]

0 commit comments

Comments
 (0)