Socket
Socket
Sign inDemoInstall

@ephox/bolt

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ephox/bolt

Bolt, AMD-like module system for JavaScript


Version published
Weekly downloads
77
decreased by-7.23%
Maintainers
1
Install size
102 kB
Created
Weekly downloads
 

Readme

Source

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

npm install -g @ephox/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.

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

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.

FAQs

Last updated on 22 Nov 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc