🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

bert.js

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bert.js

A child process async.

latest
Source
npmnpm
Version
0.0.21
Version published
Weekly downloads
41
1266.67%
Maintainers
1
Weekly downloads
 
Created
Source

🍹 bert

A child process to work with Docker.

bert.js prepares an environment to load your command. it is useful to a used application without your local installation.

What does Bert?

Bert is a module to NodeJS, this provides an easily API to work with child_process on you local machino or a container inside Docker.

🍹 > bert

goals for bert

Please get a 🍹 drink and write your goal to bert on a new issue.

How to use

# Install bert.js
npm install --global bert.js
# Install in you proyect
npm install --save-dev bert.js
# Run It
bert

A Example

const bert = require('bert.js')

// Prepare the agent to node 7.7.0
const node = bert.agent('node', { image: 'node:7.7.0' })

// Many things
node.sh(['node', '--version']) // v7.7.0

Keywords

child_process

FAQs

Package last updated on 29 Mar 2017

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