1.6.2-12 • Published 11 years ago

boltjs v1.6.2-12

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Bolt

Build Status

Bolt is a javascript module system, inspired by, but at this point (intentionally) not compatible with the AMD specification. Bolt consists of a runtime framework, compiler and testing tools.

The general philosophy is quick, clean and easy.

Bolt is open source under a BSD style license.

Documentation

Getting Bolt

cd install-dir
curl http://dist.boltjs.io/1.4.0.4/bolt-1.4.0.4.tar.gz | tar xfz -
sudo ln -s `pwd`/bolt-*/bin/bolt /usr/local/bin/bolt

Dependencies

Bolt relies on node.js v0.8+ which can be obtained from http://nodejs.org or your systems package manager.

If you want to run bolt test with karma, you will also obviously need to install karma: npm install -g karma.

Source

Bolt is arranged into several modules. All modules can be built and tested very quickly with:

git clone https://github.com/boltjs/bolt.git
cd bolt
make

The distribution tar can then be found in gen/dist/bolt-local.tar.gz, or unpacked in gen/image/bolt-local.

If you want to build the bolt browser tool:

make browser # or, include in distribution with
make browser dist

Development

To push a release:

make release

Provenance

Bolt was initially developed to support products at Ephox.

The library was open-sourced under a BSD License, drawing users, support and improvements from a number of contributors.

The initial developers have since left the employment of Ephox and now maintain this fork boltjs/bolt.

1.6.2-12

11 years ago

1.6.2-11

11 years ago

1.6.2-10

11 years ago

1.6.2-8

11 years ago

1.6.2-7

11 years ago

1.6.2-6

11 years ago

1.6.2-5

11 years ago

1.6.2-4

11 years ago

1.6.2-3

11 years ago

1.6.2-2

11 years ago

1.6.2-1

11 years ago

1.6.1-1

11 years ago

1.6.0-1

11 years ago

1.5.14

11 years ago

1.5.13

11 years ago

1.5.12

11 years ago

1.5.11

11 years ago

1.5.10

11 years ago

1.5.9

11 years ago

1.4.1

11 years ago

1.4.0

11 years ago