Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 653 Bytes

Automation Suite

Tools and configurations for automating parts of the development process.

Installation

curl -sSL https://raw.githubusercontent.com/SituDevelopment/automation/main/install.sh | bash

Tools

  • branch
    • Creates a new development branch for a GitHub issue.
  • clone-mongo-db
    • Clones a MongoDB database.
  • create-pr
    • Creates a GitHub pull request with the given properties.
  • find-by-extension
    • Determines the existence and echoes the names of files with the given file extension(s).

Configurations

  • docstring-template.mustache
    • Templates Python docstrings.