https://github.com/buildbot/generator-buildbot-dashboard
https://github.com/buildbot/generator-buildbot-dashboard
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildbot/generator-buildbot-dashboard
- Owner: buildbot
- License: mit
- Created: 2017-03-31T09:06:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T14:29:09.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T05:02:13.544Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 5
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-buildbot-dashboard [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Buildbot Dashboard Scaffolding
## Installation
First, install [Yeoman](http://yeoman.io) and generator-buildbot-dashboard using [yarn](https://yarnpkg.com/) (we assume you have it pre-installed as well as [node.js](https://nodejs.org/)).
```bash
yarn global add yo
yarn global add generator-buildbot-dashboard
```
Then generate your new project:
```bash
yo buildbot-dashboard
```
## License
MIT © [Pierre Tardy]()
[npm-image]: https://badge.fury.io/js/generator-buildbot-dashboard.svg
[npm-url]: https://npmjs.org/package/generator-buildbot-dashboard
[travis-image]: https://travis-ci.org/buildbot/generator-buildbot-dashboard.svg?branch=master
[travis-url]: https://travis-ci.org/buildbot/generator-buildbot-dashboard
[daviddm-image]: https://david-dm.org/buildbot/generator-buildbot-dashboard.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/buildbot/generator-buildbot-dashboard