Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

pyrolabs/overwire

Repository files navigation

Overwire

NPM version Build Status Dependency Status Code Climate License Code Style

Library for loading scripts and dependencies over the wire (network)

Getting Started

overwire is universal, so it can be used client-side or server-side.

  1. Install through: npm install --save overwire

  2. Include and use overwire:

import { load } from 'overwire'; load([ 'some/script/path' ]) // load scripts over the wire .then(() => { console.log('scripts loaded successfully!') }) .catch((err) => { console.error('error loading scripts:', err) }) ```

About

A library for loading dependencies over the wire

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published