Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedali7o1/generator-hapi-arch
https://github.com/ahmedali7o1/generator-hapi-arch
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedali7o1/generator-hapi-arch
- Owner: AhmedAli7O1
- License: mit
- Created: 2017-09-29T09:55:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T17:06:17.000Z (about 7 years ago)
- Last Synced: 2024-08-09T03:16:46.374Z (3 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-hapi-arch [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> hapi-arch files generators## Installation
First, install [Yeoman](http://yeoman.io) and generator-hapi-arch 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-hapi-arch
```Then generate your new project:
```bash
yo hapi-arch
```## 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
MIT © [Ahmed Ali](ahmedali.me)
[npm-image]: https://badge.fury.io/js/generator-hapi-arch.svg
[npm-url]: https://npmjs.org/package/generator-hapi-arch
[travis-image]: https://travis-ci.org/AhmedAli7O1/generator-hapi-arch.svg?branch=master
[travis-url]: https://travis-ci.org/AhmedAli7O1/generator-hapi-arch
[daviddm-image]: https://david-dm.org/AhmedAli7O1/generator-hapi-arch.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/AhmedAli7O1/generator-hapi-arch
[coveralls-image]: https://coveralls.io/repos/AhmedAli7O1/generator-hapi-arch/badge.svg
[coveralls-url]: https://coveralls.io/r/AhmedAli7O1/generator-hapi-arch