@greenwood/init
Advanced tools
Comparing version 0.26.0-alpha.1 to 0.26.0
{ | ||
"name": "@greenwood/init", | ||
"version": "0.26.0-alpha.1", | ||
"version": "0.26.0", | ||
"description": "A package for scaffolding a new Greenwood project.", | ||
@@ -32,3 +32,3 @@ "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init", | ||
}, | ||
"gitHead": "6a45ed8c0c12a299cb2ae1ae4b5f2b1c99a3a25f" | ||
"gitHead": "56ecb2f54683eb424077b2bc25c697353921a370" | ||
} |
@@ -12,3 +12,3 @@ # @greenwood/init | ||
mkdir my-app && cd my-app | ||
npx @greenwood/init | ||
npx @greenwood/init@latest | ||
``` | ||
@@ -34,3 +34,3 @@ | ||
# example | ||
npx @greenwood/init --template | ||
npx @greenwood/init@latest --template | ||
@@ -47,3 +47,3 @@ ------------------------------------------------------- | ||
# example | ||
npx @greenwood/init --template=blog | ||
npx @greenwood/init@latest --template=blog | ||
``` | ||
@@ -57,3 +57,3 @@ | ||
# example | ||
npx @greenwood/init --install | ||
npx @greenwood/init@latest --install | ||
``` | ||
@@ -67,3 +67,3 @@ | ||
# example | ||
npx @greenwood/init --yarn | ||
npx @greenwood/init@latest --yarn | ||
``` | ||
@@ -74,3 +74,3 @@ | ||
> # This will use Yarn, install dependencies, and scaffold from the blog template | ||
> $ npx @greenwood/init --template --yarn --install | ||
> $ npx @greenwood/init@latest --template --yarn --install | ||
> ``` |
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
13838