Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

16
spa/node_modules/cordova/doc/create.txt generated vendored Normal file
View File

@@ -0,0 +1,16 @@
Synopsis
cordova-cli create <PATH> [ID [NAME]] [options]
Create a Cordova project
PATH ......................... Where to create the project
ID ........................... Reverse-domain-style package name - used in <widget id>
NAME ......................... Human readable name
Options
--template=<PATH|NPM PACKAGE|GIT URL> ... use a custom template located locally, in NPM, or GitHub.
Example
cordova-cli create myapp com.mycompany.myteam.myapp MyApp