https://github.com/humpbackdev/generator-humpback
Yeoman generator for humpback
https://github.com/humpbackdev/generator-humpback
Last synced: about 1 month ago
JSON representation
Yeoman generator for humpback
- Host: GitHub
- URL: https://github.com/humpbackdev/generator-humpback
- Owner: humpbackdev
- License: other
- Created: 2017-10-03T21:45:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:33:54.000Z (about 3 years ago)
- Last Synced: 2025-10-24T03:43:57.508Z (5 months ago)
- Language: PHP
- Size: 1.22 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-humpback [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Generate a Drupal project using Humpback
## What's in the box?
Using this generator you'll get a folder ready to start working with Drupal using modern and cool technologies like docker, behat, composer, gulp and more
Out of the box; you'll get the necessary stuff for building your Drupal site using composer. There are also some useful tools to check code quality (eslint, phplint, drupalcs) and some scripts for day-to-day tasks (generate settings, install site, run behat, etc).
Besides that; you'll get a [CircleCI](http://circleci.com/) config file ready to create a circleci app with the necessary build steps and workflow to get [Pantheon](http://pantheon.io/) or [Platform.sh](https://platform.sh/) deploys.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-humpback 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-humpback
```
Then generate your new project:
```bash
yo humpback
```
## Usage
For usage instructions; please refer to: [USAGE.md](USAGE.md)
## Contributing
Use the project, fork it, and submit PRs. We are responsive and will review them as soon as possible!
## Credits and Usage
Humpback is a trademark of Estudio Manatí S.A. You are free to use the logo to promote the Humpback product as long as you do not modify it in any way.
Drupal is a registered trademark of Dries Buytaert.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.
## Versioning
This project makes use of the "Semantic versioning" standard to name each release, if you want more information about it take a look at the [official documentation of the standard](https://semver.org/)
## License
GPL-3.0 © Estudio Manatí S.A.
[npm-image]: https://badge.fury.io/js/generator-humpback.svg
[npm-url]: https://npmjs.org/package/generator-humpback
[travis-image]: https://travis-ci.org/humpbackdev/generator-humpback.svg?branch=master
[travis-url]: https://travis-ci.org/humpbackdev/generator-humpback
[daviddm-image]: https://david-dm.org/humpbackdev/generator-humpback.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/humpbackdev/generator-humpback