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
- Host: GitHub
- URL: https://github.com/jhermsmeier/browserify-named-amd
- Owner: jhermsmeier
- License: mit
- Created: 2016-05-09T12:25:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T12:41:45.000Z (over 9 years ago)
- Last Synced: 2024-04-23T23:54:48.971Z (over 1 year ago)
- Topics: amd, browserify, browserify-transform
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Named AMD
[](https://npmjs.com/named-amd)
[](https://npmjs.com/named-amd)
[](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).