0.0.14 • Published 6 years ago

generator-ansible-project v0.0.14

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

generator-ansible-project

Yeoman generator for ansible project
License npm - generator-ansible-project

Project Status

StatusUnit testsCode Covergage
Build StatusAzure DevOps testsAzure DevOps coverage
Latest versionDownload
npmnpm

Description

Install

npm install -g yo
npm install generator-ansible-project

Usage

yo ansible-project --help
Usage:
  yo ansible-project:app [<applicationName>] [<applicationTrigram>] [<operatingSystems>] [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