create-nextron-app
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "create-nextron-app", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Create nextron (Next.js + Electron) apps in one command", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:saltyshiomix/create-nextron-app.git", |
@@ -25,7 +25,7 @@ <p align="center"><img src="https://i.imgur.com/DNOsAH0.png"></p> | ||
# `with-typescript-material-ui` example | ||
$ npx create-nextron-app my-app --example with-typescript-material-ui | ||
# `with-material-ui` example | ||
$ npx create-nextron-app my-app --example with-material-ui | ||
# specific release branch of nextron | ||
$ npx create-nextron-app my-app --example with-typescript-emotion --branch release/v8 | ||
$ npx create-nextron-app my-app --example with-emotion --branch release/v8 | ||
``` | ||
@@ -39,7 +39,7 @@ | ||
# `with-typescript-material-ui` example | ||
$ yarn create nextron-app my-app --example with-typescript-material-ui | ||
# `with-material-ui` example | ||
$ yarn create nextron-app my-app --example with-material-ui | ||
# specific release branch of nextron | ||
$ yarn create nextron-app my-app --example with-typescript-emotion --branch release/v8 | ||
$ yarn create nextron-app my-app --example with-emotion --branch release/v8 | ||
``` | ||
@@ -46,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9018