@ephox/bolt
v1.9.0
Published
Bolt, AMD-like module system for JavaScript
Downloads
116
Readme
Bolt
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 Apache-2.0 style license.
Getting Bolt
This will add the bolt
command to your path.
Source
Bolt is split into several repositories to assist in structuring the code, however you can build bolt by just cloning this repository and running make. This will pull down the required git repositories and produce a local build.
A distribution tar can then be found in gen/dist/bolt-local.tar.gz, or unpacked in gen/image/bolt-local.
Getting Started
Checkout the github wiki for some basic documentation on getting started.