An open API service indexing awesome lists of open source software.

https://github.com/jhermsmeier/browserify-named-amd

Because some people still use Almond
https://github.com/jhermsmeier/browserify-named-amd

amd browserify browserify-transform

Last synced: 9 months ago
JSON representation

Because some people still use Almond

Awesome Lists containing this project

README

          

# Named AMD
[![npm](https://img.shields.io/npm/v/named-amd.svg?style=flat-square)](https://npmjs.com/named-amd)
[![npm license](https://img.shields.io/npm/l/named-amd.svg?style=flat-square)](https://npmjs.com/named-amd)
[![npm downloads](https://img.shields.io/npm/dm/named-amd.svg?style=flat-square)](https://npmjs.com/named-amd)

Browserify transform that names unnamed AMD defines in output bundles.

## Install via [npm](https://npmjs.com)

```sh
$ npm install named-amd
```

## Usage

```sh
$ browserify --plugin [ named-amd --name giveitaname ]
```

For detailed documentation on how to use plugins with [browserify](https://github.com/substack/node-browserify),
see browserify's [advanced options](https://github.com/substack/node-browserify#plugins).