Socket
Book a DemoInstallSign in
Socket

bootstrappie

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrappie

A script to run scripts

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

Bootsrappie

I find it easiest to package all Java Script applications as es6 modules. Bootstrappie helps me do this in a few ways:

There are multiple way to use boostrappie.

... within an npm script


{

  "script":{
    "run-script":"bootstrappie <module path> --arg1=val1 --arg2=val2"
  }
}

... within a compiled applications

Here, bootstrappie runs

import bootstrappie from "bootstrappie";
const args = ...;
const application = ...;
const result = boostrappie(application, args);

FAQs

Package last updated on 11 Oct 2016

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