0.1.8 • Published 5 years ago

generator-mastersign-python v0.1.8

Weekly downloads
8
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Yeoman Generator Mastersign Python

NPM version Dependency Status

An opinionated generator for Python 3 projects

Installation

First, install Yeoman and generator-mastersign-python using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-mastersign-python

Then generate your new project:

yo mastersign-python

The generator supports different project flavors:

  • Library
  • CLI Tool

Commandline Usage

Usage:
  yo mastersign-python:library [<name>] [options]
  yo mastersign-python:cli [<name>] [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
  -p,    --root-package  # The name of the root package
  -m,    --main-module   # The name of the main module                                    Default: core
  -d,    --description   # Description for description
  -u,    --project-url   # URL to the project homepage
  -a,    --author        # The authors name
  -e,    --email         # The authors email address
  -gh,   --github-user   # The username for GitHub
  -s,    --silent        # Do not ask any questions interactively
  -g,    --git-author    # Use the authors name and email from git config without asking  Default: false

Arguments:
  name  # The name of the distribution package  Type: String  Required: false

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.

License

BSD-3-Clause © Tobias Kiertscher

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago