fsbx
TypeScript icon, indicating that this package has built-in type declarations

2.1.0-beta.4 • Public • Published

logo

Build Status Fusebox-bundler

NPM

FuseBox

http://fuse-box.org/

FuseBox is a bundler/module loader that combines the power of webpack, JSPM and SystemJS.

It is blazing fast (it takes 50-100ms to re-bundle) which makes it extremely convenient for developers. It requires zero configuration to bundle such monsters like babel-core.

FuseBox loves typescript, and does not require any additional configuration. It will compile and bundle your code within a fraction of a second, yet offering a comprehensive loader API. It is packed with features, and unfolds limitless possibilities of extending the API.

Follow us on twitter

You have created an awesome plugin? Add it to the list

Installation

FuseBox has many plugins in place to help you get started. All you need to do is install fuse-box from npm or yarn.

npm install fuse-box --save-dev
yarn add fuse-box --dev

Try it out!

Angular2 Example

Todo App built on the latest Angular2 (compiles in 50-80ms!)

React Example

Simple example using React with babel (compiles in 50ms!)

Highlights

There is so much more. FuseBox pushing it to a whole new level!

Start Now

npm install typescript fuse-box --save-dev
const { FuseBox } = require("fuse-box");
const fuse = FuseBox.init({
    homeDir: "src",
    output: "dist/$name.js",
});
fuse.bundle("app")
    .instructions(`>index.ts`);
 
fuse.run();

Examples and seeds

Join our gitter channel we are very active and friendly!

Special thanks to devmondo for incredible ideas, giving inspiration and relentless testing/contributing to the project.

If you like the project, don't forget to star it!

Readme

Keywords

none

Package Sidebar

Install

npm i fsbx

Weekly Downloads

20

Version

2.1.0-beta.4

License

ISC

Last publish

Collaborators

  • nchanged