You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

build-strap-cli

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-strap-cli

CLI for build-strap

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
0
Created
Source

build-strap-cli

This is the CLI (command line interface) for build-strap. This can be used to bootstrap the bootstrap scripts.

CI Build version npm dependencies devDependencies

Setup

To set up a new project, copy the bs script(s) from this repo into your project and check them in.

curl -o bs https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs && chmod +x bs
curl -o bs.ps1 https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs.ps1
curl -o bs.bat https://raw.githubusercontent.com/murrayju/build-strap-cli/master/bs.bat

Running the bs script will download the other needed scripts from github. Checking these in to your repo is optional.

FAQs

Package last updated on 04 Jan 2025

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