Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@greenwood/init

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenwood/init - npm Package Compare versions

Comparing version 0.26.0-alpha.1 to 0.26.0

4

package.json
{
"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
> ```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc