Skip to content

johnhenry/boostrappie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

NOT READY DO NOT USE!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages