Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammarks/neutrino-middleware-jsxbin
Neutrino middleware for creating JSX binaries.
https://github.com/sammarks/neutrino-middleware-jsxbin
adobe adobe-cep-extension cep extendscript jsxbin neutrino neutrino-middleware
Last synced: 7 days ago
JSON representation
Neutrino middleware for creating JSX binaries.
- Host: GitHub
- URL: https://github.com/sammarks/neutrino-middleware-jsxbin
- Owner: sammarks
- License: mit
- Created: 2018-07-21T20:18:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T11:54:19.000Z (about 6 years ago)
- Last Synced: 2024-04-25T15:02:20.081Z (8 months ago)
- Topics: adobe, adobe-cep-extension, cep, extendscript, jsxbin, neutrino, neutrino-middleware
- Language: JavaScript
- Size: 91.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![][header-image]
[![CircleCI][circleci-image]][circleci-url]
[![NPM version][npm-version]][npm-url]
[![NPM downloads][npm-downloads]][npm-url]
![License][license]
![Issues][issues]`neutrino-middleware-jsxbin` is a Neutrino Middleware for the [JSXBin Webpack Plugin.][jsxbin-link]
## Get Started
```sh
npm install --save-dev neutrino-middleware-jsxbin
``````js
module.exports = {
use: [
'neutrino-middleware-jsxbin'
]
}
```## Features
- Uses the [JSXBin Webpack Plugin][jsxbin-link] to package configured Webpack outputs into JSXBin files.
- Supports a `test` option to change the regex used to match output filenames.[header-image]: https://raw.githubusercontent.com/sammarks/art/master/neutrino-middleware-jsxbin/header.jpg
[circleci-image]: https://img.shields.io/circleci/project/github/sammarks/neutrino-middleware-jsxbin.svg
[circleci-url]: https://circleci.com/gh/sammarks/neutrino-middleware-jsxbin/tree/master
[npm-version]: https://img.shields.io/npm/v/neutrino-middleware-jsxbin.svg
[npm-downloads]: https://img.shields.io/npm/dm/neutrino-middleware-jsxbin.svg
[npm-url]: https://www.npmjs.com/package/neutrino-middleware-jsxbin
[license]: https://img.shields.io/github/license/sammarks/neutrino-middleware-jsxbin.svg
[issues]: https://img.shields.io/github/issues/sammarks/neutrino-middleware-jsxbin.svg[jsxbin-link]: https://github.com/sammarks/jsxbin-webpack-plugin