primitive-script-bundler

1.0.16 • Public • Published

Primitive script bundler modeled after Webpack

To use in your project

  1. Declare a config.json file. This is where primitive-script-bundler will look for your configuration.
  2. Currently supports an array of filenames. E.g. --> files: ["test.js", "dogs.js"]
  3. Create an output file (bundle.js is there by default)
  4. Create script in package.json to run: E.g. --> "bundle": "node index.js"
  5. Load script (e.g. --> bundle.js) into your index.html file or entry point of application
  6. Primitive Script bundle all the things!

Built by Theodore Anderson

Readme

Keywords

none

Package Sidebar

Install

npm i primitive-script-bundler

Weekly Downloads

2

Version

1.0.16

License

ISC

Last publish

Collaborators

  • andersontr15