disguise

module
v0.0.0-...-fd7fbd5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2020 License: Apache-2.0

README


disguise

CI/CD Codacy Badge CodeFactor


Install

  • From sources:

    • Clone this repo: git clone https://github.com/Ythosa/disguise;
    • Build project by writing in terminal: make.
  • From github tag:

    • Download the latest binaries of this project.

Description

Disguise is CLI tool for generation markdown with list of github repository directories and files. Can be used for creation repositories issues about the process of documenting the code.

CLI options could be:

  • -url "<github_repo_url>" - identify repositories should have documentation
  • -ext "<file_extension>" - identify files should have documentation
  • -ignore "<some_dir_name_in_repo>" - identify dirs shouldn't have documentation
  • -file-prefix "<some_markdown_syntax>" - specifies the prefix of files in the output markdown (default: - [ ])
  • -folder-prefix "<some_markdown_syntax>" - specifies the prefix of folders in the output markdown (default: #####)
  • -help - returns CLI help and info

Usage example

Let's create an issue about the process of documenting this project, but I don't want to document the checks folder. We just need to write this line in the terminal.

./disguise -url "https://github.com/ythosa/disguise" -ext ".go" -ignore "src/checks" -folder-prefix "*" -file-prefix "    *"

Output example:

FAQ

Q: How can I help to develop this project?
A: You can put a ⭐ :3


Copyright 2020 Ythosa

Directories

Path Synopsis
src
checks
Package checks provides functions check passed into CLI arguments Package checks provides functions check passed into CLI arguments.
Package checks provides functions check passed into CLI arguments Package checks provides functions check passed into CLI arguments.
commands
Package commands provides functions for CLI commands Package commands provides functions for CLI commands
Package commands provides functions for CLI commands Package commands provides functions for CLI commands

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL