Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebbaum/generator-devhost
A yeoman generator for a devhost (local development host)
https://github.com/sebbaum/generator-devhost
chef generator vagrant virtualbox yeoman
Last synced: about 1 month ago
JSON representation
A yeoman generator for a devhost (local development host)
- Host: GitHub
- URL: https://github.com/sebbaum/generator-devhost
- Owner: sebbaum
- License: other
- Created: 2017-11-24T14:40:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T11:26:29.000Z (over 6 years ago)
- Last Synced: 2024-09-30T15:13:13.228Z (about 2 months ago)
- Topics: chef, generator, vagrant, virtualbox, yeoman
- Language: JavaScript
- Size: 115 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-devhost [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Create a local development environment based on vagrant, chef and virtualbox## Installation
First, install [Yeoman](http://yeoman.io) and generator-devhost using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-devhost
```Then generate your new project:
```bash
yo devhost
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
Apache-2.0 © [Sebastian Baum](http://www.sebbaum.de)
[npm-image]: https://badge.fury.io/js/generator-devhost.svg
[npm-url]: https://npmjs.org/package/generator-devhost
[travis-image]: https://travis-ci.org/sebbaum/generator-devhost.svg?branch=master
[travis-url]: https://travis-ci.org/sebbaum/generator-devhost
[daviddm-image]: https://david-dm.org/sebbaum/generator-devhost.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/sebbaum/generator-devhost
[coveralls-image]: https://coveralls.io/repos/sebbaum/generator-devhost/badge.svg
[coveralls-url]: https://coveralls.io/r/sebbaum/generator-devhost