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

@greenwood/cli

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@greenwood/cli

Greenwood CLI.

  • 0.29.0-alpha.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
94
decreased by-75.46%
Maintainers
1
Weekly downloads
 
Created
Source

@greenwood/cli

Overview

CLI package for Greenwood. For more information and complete docs, please visit the Greenwood website.

Installation

You can use your favorite JavaScript package manager to install this package.

examples:

# npm
npm install @greenwood/cli --save-dev

# yarn
yarn add @greenwood/cli --dev

Usage

Then in your package.json, add the type field and scripts for the CLI like so:

{
  "type": "module",
  "scripts": {
    "build": "greenwood build",
    "start": "greenwood develop"
  }
}
  • npm run build: generates a static build of your project
  • npm start: starts a local development server for your project

Keywords

FAQs

Package last updated on 26 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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