New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ergogen-contrib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ergogen-contrib

Community-powered Ergogen footprints

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

ergogen-contrib

Community-powered Ergogen footprints.

Installation

Since I haven't published it on NPM yet

npm install <git repo>

Usage

In your keyboard project's package.json, add this to your scripts section:

{
  "scripts": {
    "make-board": "ergogen src/my-keyboard.yaml",
    "patch": "patch-ergogen ergogen-contrib ergogen",
    "start": "npm run patch && npm run make-board"
  }
}

This should then patch your local ergogen footprints with the footprints in the ergogen-contrib library. Also possible to use other people's libraries as well DOCS TBD.

FAQs

Package last updated on 24 Jun 2022

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