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

labBuilder

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

labBuilder

Construct your dependencies from a file or programatically

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
Maintainers
0
Weekly downloads
 
Created
Source

Lab Builder builds a script loader labBuilder.js that uses lab.js based on a set of files defined in json.

Installation: You can install using node package manager as follows:

npm install labBuilder -g

alternatively you can pull the source, and add bin/labBuilder to your PATH

Command Line Usage: Run labBuilder --help to see usage in console

Options: -lb <url/to/lab.js>, --labjs=<url/to/lab.js> Set location from where to download lab.js. Default: cdnjs.com -o , --output= Specify file to place generated output. Default prints to ./labBuilder.js -s </location/of/json/file>, --scripts </location/of/json/file> Specify where scripts for lab.js to load are located -v, --version Returns labBuilder version

Examples:

labBuilder -s examples/sampleScripts.json -o scriptLoader.js

labBuilder -lb js/lab.js -s examples/sampleScripts.json -o scriptLoader.js

Keywords

lab

FAQs

Package last updated on 15 Jun 2011

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