forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
21 lines (21 loc) 路 1.02 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
21 lines (21 loc) 路 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "bigcommerce-stencil-cli",
"version": "1.0.2",
"name": "BigCommerce Stencil CLI (via npm)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/bigcommerce-stencil-cli",
"description": "Stencil CLI gives developers the power to locally edit and preview themes with no impact to a merchant\u2019s live storefront, and it's built-in Browsersync(opens in a new tab) capabilities make simultaneous testing across desktop, mobile, and tablet devices a breeze. Once work is complete, developers can push themes to BigCommerce storefronts (and set them live) using Stencil CLI's simple, yet powerful commands.",
"options": {
"version": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/npm-package",
"ghcr.io/devcontainers/features/node"
]
}