@contentful/create-contentful-app 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -85,18 +85,19 @@ or specify your own template
|
|
|
85
85
|
Official Contentful templates are hosted at https://github.com/contentful/apps/tree/master/examples.
|
|
86
86
|
|
|
87
87
|
Arguments:
|
|
88
|
-
app-name
|
|
88
|
+
app-name app name
|
|
89
89
|
|
|
90
90
|
Options:
|
|
91
|
-
--npm
|
|
92
|
-
--yarn
|
|
93
|
-
-js, --javascript
|
|
94
|
-
-ts, --typescript
|
|
95
|
-
-e, --example <example-name>
|
|
96
|
-
-s, --source <url>
|
|
97
|
-
|
|
98
|
-
-a, --actions
|
|
99
|
-
-
|
|
91
|
+
--npm use npm
|
|
92
|
+
--yarn use Yarn
|
|
93
|
+
-js, --javascript use default JavaScript template
|
|
94
|
+
-ts, --typescript use default TypeScript template
|
|
95
|
+
-e, --example <example-name> bootstrap an example app from https://github.com/contentful/apps/tree/master/examples
|
|
96
|
+
-s, --source <url> provide a template by its source repository.
|
|
97
|
+
format: URL (HTTPS or SSH) or vendor:user/repo (e.g., github:user/repo)
|
|
98
|
+
-a, --actions includes a hosted app action in ts or js template
|
|
99
|
+
-f, --function <function-template-name> include the specified function template
|
|
100
|
+
-h, --help shows all available CLI options
|
|
100
101
|
```
|
|
101
102
|
|
|
102
103
|
### Tracking
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "A template for building Contentful Apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contentful",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"sinon-chai": "^3.7.0",
|
|
82
82
|
"ts-node": "^10.9.1"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "a07b82fcd4ecb9d5d8be4b3e97e50b9dc1461be8"
|
|
85
85
|
}
|