Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/locks/broccoli-glow
broccoli-glow
https://github.com/locks/broccoli-glow
Last synced: 3 months ago
JSON representation
broccoli-glow
- Host: GitHub
- URL: https://github.com/locks/broccoli-glow
- Owner: locks
- Archived: true
- Created: 2017-03-10T16:56:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T15:22:18.000Z (over 7 years ago)
- Last Synced: 2024-05-03T16:18:48.449Z (6 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ember - broccoli-glow - Dynamic component creation from single file, etc. (Packages / Broccoli)
README
# broccoli-glow
Summarize what broccoli-glow does here.
## Usage
```js
var BroccoliGlow = require('broccoli-glow');module.exports = new BroccoliGlow(input, options);
```## Development
### Installation
* `git clone `
* `cd broccoli-glow`
* `npm install`### Building
* `npm run build`
### Testing
* `npm run test` or `npm run test:debug`