New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@easy-breezy/core

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-breezy/core

Command line root module

2.0.28
Source
npm
Version published
Weekly downloads
8
-27.27%
Maintainers
1
Weekly downloads
 
Created
Source

What is @easy-breezy/core?

@easy-breezy/core is a modular micro-infrastructure primarily for but not limited to code generation.

Supports connection of generation modules and plug-ins.

Provides modules with tools to work with:

  • Arguments
  • File system
  • Information output
  • Colors
  • Configuration
  • I18n

Installation (Local)

Installation for use locally in your project

# npm
npm install @easy-breezy/core --save-dev

# yarn
yarn add @easy-breezy/core --dev

Add the command to your packages.json

{
    "scripts": {
        "generator": "easy-breezy"
    }
}

Installation (Global)

# npm
npm install @easy-breezy/core -g

# yarn
yarn add @easy-breezy/core -g

CLI Usage

If @easy-breezy/core was set globally.

easy-breezy
# or
easybreezy

If @easy-breezy/core has been installed locally then use your command.

Example:

// packages.json
{
    // ...
    "scrips": {
        "generator": "easy-breezy"
    }
}
# npm
npm run generator

# yarn
yarn generator

After starting, just follow the instructions in the CLI

Keywords

easy-breezy

FAQs

Package last updated on 30 May 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