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
- Host: GitHub
- URL: https://github.com/chartshq/generator-muze
- Owner: chartshq
- License: mit
- Created: 2018-08-27T11:05:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T15:57:04.000Z (about 6 years ago)
- Last Synced: 2025-09-02T11:59:33.108Z (11 months ago)
- Language: JavaScript
- Size: 2.15 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/generator-muze)
[](https://www.npmjs.com/package/generator-muze)
[](https://github.com/chartshq/generator-muze/graphs/contributors)
[](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