Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ygo74/generator-ansible-project

Yeoman generator for ansible project
https://github.com/ygo74/generator-ansible-project

ansible devops yeoman

Last synced: about 2 months ago
JSON representation

Yeoman generator for ansible project

Awesome Lists containing this project

README

        

# generator-ansible-project
Yeoman generator for ansible project
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ygo74/generator-ansible-project/blob/master/LICENSE)
[![npm - generator-ansible-project](https://img.shields.io/badge/npm-generator--team-blue.svg)](https://www.npmjs.com/package/generator-ansible-project)

## Project Status
| Status | Unit tests | Code Covergage |
|--------|------------|----------------|
| [![Build Status](https://dev.azure.com/ygo74/generator-ansible-project/_apis/build/status/ygo74.generator-ansible-project%20(1)?branchName=master)](https://dev.azure.com/ygo74/generator-ansible-project/_build/latest?definitionId=4&branchName=master) | ![Azure DevOps tests](https://img.shields.io/azure-devops/tests/ygo74/generator-ansible-project/4.svg) | ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/ygo74/generator-ansible-project/4.svg) |

| Latest version | Download |
|----------------|----------|
| ![npm](https://img.shields.io/npm/v/generator-ansible-project.svg) | ![npm](https://img.shields.io/npm/dw/generator-ansible-project.svg) |

## Description

## Install
```bash
npm install -g yo
npm install generator-ansible-project
```

## Usage
```bash
yo ansible-project --help
Usage:
yo ansible-project:app [] [] [] [options]

Options:
-h, --help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--force-install # Fail on install dependencies error Default: false

Arguments:
applicationName # the name of the application Type: String Required: false
applicationTrigram # the trigram of the application Type: String Required: false
operatingSystems # List of operating system target for your application Type: String Required: false
```

## Revision History