🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@elastic.io/component-build-helper

Package Overview
Dependencies
Maintainers
12
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/component-build-helper

Helpers for the component build process

2.0.1
latest
npm
Version published
Weekly downloads
61
281.25%
Maintainers
12
Weekly downloads
 
Created
Source

component-build-helper

This lib contains helpers for the component build.

Example of component_cli command

  • validate component.json
component_cli validate /path/to/component/folder
  • generate dockerfile for component.
## from folder
component_cli generateDockerfile /path/to/component/folder
## from stdin
git archive master | component_cli generateDockerfile -
  • detect component language.
component_cli detectComponentLanguage /path/to/component/folder

FAQs

Package last updated on 09 Nov 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