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

fh-build

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-build

A module for building RHMAP components

  • 1.3.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

This module makes testing of RHMAP components easier by running a build jobs with s2i (source2image) and fh-npm tools.

fh-build's main purpose is to be installed as a tool in CI testing, e.g. in Travis CI.

It contains a shell script installing couple of dependencies:

  • npm@2.13.5 for node v4, or npm@3.10.8 for node v6 or npm@5.6.0 for node v8
  • grunt-cli
  • fh-npm
  • s2i
  • golang

It also assumes you have a docker running locally.

Install

$ npm install fh-build -g

The module is meant to be used globally. Running it as a dependency module was not properly tested yet.

Usage

Go to the repository folder you want to build and run:

$ fh-build <build-type>

  • <build-type> - currently only template type

Compatibility

It is adjusted to the Travis CI testing environment (currently Ubuntu 14.04.3 LTS) and running it on a different OS could be problematic.

Keywords

FAQs

Package last updated on 17 Aug 2018

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