Skip to main content

A simple command line utility to write gitignores, licenses and workflow files to a project.

Project description

repoutil

repoutil is a simple command line utility to write gitignores, licenses and workflow files to a project.

Usage

Usage: repo [OPTIONS] COMMAND [ARGS]...

  repo is a simple command line utility to write gitignores, licenses and
  workflows to a repo.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  g  Generates a gitignore file for the given language.
  l  Generates a license file for the given license.
  w  Generates a workflow file for the given language.

Examples:

repo g python # generate a gitignore file for python
repo l mit # generate a mit license file

Versioning

repoutil releases follow semantic versioning, every release is in the x.y.z form, where:

  • x is the MAJOR version and is incremented when a backwards incompatible change to stella is made.
  • y is the MINOR version and is incremented when a backwards compatible change to stella is made, like changing dependencies or adding a new function, method, or features.
  • z is the PATCH version and is incremented after making minor changes that don't affect stella's public API or dependencies, like fixing a bug.

Licensing

License © 2021-Present Shravan Asati

This repository is licensed under the MIT license. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repoutil-0.1.0.tar.gz (33.5 kB view hashes)

Uploaded Source

Built Distribution

repoutil-0.1.0-py3-none-any.whl (41.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page