1.8.0 • Published 7 years ago

webup v1.8.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Webup

yet another builder/bundler for the web

Setup

Info

Webup is actually quite lazy and only concerns about reading, joining, splitting, etc... .

Instead it relies on plugins & presets to do the heavy work (he even doesn't concern bundling by default, jeez).

Usage

Node

webup({
  entry: 'index.html',
  shell: 'my-app.html',
  dest: 'build/index.html',
  sources: ['./test/html/**/*']
});

API

webup(options);

entry

Type: string Default: null

The entry point of your app (usually index.html).

shell

Type: string Default: null

An app shell containing the basic layout of your app (like my-app.html).

dest

Type: string Default: null

The destination to write the result to.

sources

Type: array Default: []

App sources, dependencies, etc ...

plugins

Type: array Default: []

An array containing plugins.

presets

Type: array Default: ['default']

An array containing presets.

note: Webup does nothing when no presets defined

building

read, clean, split, plugins, join, write

Bundling

read, bundler, clean, plugins, write

Presets

Plugins

TODO

  • Finish readme
  • Create wiki
1.8.0

7 years ago

1.7.0

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.0

7 years ago

1.0.0-rc4

7 years ago

1.0.0-rc3

7 years ago

1.0.0-rc2

7 years ago

1.0.0-rc

7 years ago

1.0.0-alpha-4

7 years ago

1.0.0-alpha-3

7 years ago

1.0.0-alpha-2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago