Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ephox/bolt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/bolt

Bolt, AMD-like module system for JavaScript

  • 1.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
increased by78.57%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 22 Nov 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc