Huge News!Announcing our $40M Series B led by Abstract Ventures.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.42
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
108
decreased by-22.86%
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

FAQs

Package last updated on 18 Sep 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