yogurt-pot

1.0.1 • Public • Published

📦 Yogurt Pot

A nimble, fat-free bundler, with easy to implement APIs

Install

$ npm i yogurt-pot

Example

const { yogurt } = require('./src/bundle.js');
 
const bundle = new yogurt({
  name: 'main',
  base: '/demo',
  output: '/out',
  log: {
    showBundledFiles: true,
  }
});
 
bundle.start();

Readme

Keywords

none

Package Sidebar

Install

npm i yogurt-pot

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

43.8 kB

Total Files

25

Last publish

Collaborators

  • enderdev