Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ygo74/generator-ansible-project
- Owner: ygo74
- License: mit
- Created: 2019-03-03T13:18:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T05:52:06.000Z (about 1 year ago)
- Last Synced: 2024-12-03T07:40:26.282Z (about 2 months ago)
- Topics: ansible, devops, yeoman
- Language: JavaScript
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: falseArguments:
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