# tower-load

> Lazy load modules for faster startup.

Latest version **0.1.0** (published 2013-06-24) · 0 weekly downloads

## Install

```sh
npm install tower-load
pnpm add tower-load
yarn add tower-load
bun add tower-load
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-06-24 |
| First published | 2013-06-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | viatropos |

## Links

- npm: https://www.npmjs.com/package/tower-load
- Repository: http://github.com/tower/load
- npm.io page: https://npm.io/package/tower-load

## Recent versions

- 0.1.0 (latest) — 2013-06-24
- 0.1.0pre — 2013-06-02

## README

# Tower Load

Lazy load modules for faster startup.

## Installation

node.js:

```bash
$ npm install tower-load
```

browser:

```bash
$ component install tower/load
```

## Example

```js
var load = require('tower-load')
  , model = require('tower-model');

// define
load(model, 'user', require.resolve('./lib/user'));
// actually require
load(model, 'user');
```

## Licence

MIT

---
_Source: https://npm.io/package/tower-load · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
