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

https://github.com/chartshq/generator-muze

Yeoman generator to get started with Muze
https://github.com/chartshq/generator-muze

Last synced: 6 months ago
JSON representation

Yeoman generator to get started with Muze

Awesome Lists containing this project

README

          


generator-muze-demo




[![NPM version](https://img.shields.io/npm/v/generator-muze.svg)](https://www.npmjs.com/package/generator-muze)
[![NPM total downloads](https://img.shields.io/npm/dt/generator-muze.svg)](https://www.npmjs.com/package/generator-muze)
[![Contributors](https://img.shields.io/github/contributors/chartshq/generator-muze.svg)](https://github.com/chartshq/generator-muze/graphs/contributors)
[![License](https://img.shields.io/github/license/chartshq/generator-muze.svg)](https://github.com/chartshq/generator-muze/blob/master/LICENSE)

# generator-muze

A Yeoman generator to scaffold a basic app with MuzeJS.

## Installation

Install `Yeoman`:

```bash
$ npm install -g yo
```

Install the `generator`:

```bash
$ npm install -g generator-muze
```

## Usage

Run it from terminal and feed the inputs:

```
$ yo muze
```

## Support

Please raise a [Github issue](https://github.com/chartshq/generator-muze/issues/new), or contact us at [muze@charts.com](mailto:muze@charts.com).

## Contributing

Your PRs and stars are always welcome.

Checkout the [CONTRIBUTING](https://github.com/chartshq/generator-muze/blob/master/CONTRIBUTING.md) guides.

## License

MIT