Skip to content

rslangl/repotools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repotools

Overview

A simple CLI tool for initializing and managing boring and tedious tasks for code projects.

Usage

Synopsis:

Usage: repotools [OPTIONS] <COMMAND>

Commands:
  init  Initialize the project
  help  Print this message or the help of the given subcommand(s)

Options:
      --config-path <config>
  -h, --help                  Print help

For initializing a project, e.g. Maven:

repotools init --type maven \
  --settings group_id=org.mygroup \
  --settings artifact_id=myArtifact

Where each --settings argument reflects a single template value as specified in the template files for said project (and optionally the profile).

Development

On NixOS, use the accompanying flake:

nix develop .#system

About

WIP: A simple set of tools to manage all the boring project stuff

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors