Project

autowow

0.0
No release in over 3 years
There's a lot of open issues
Set of commands to AUTOmate Way Of Working
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

Autowow

Set of commands to [auto]mate [w]ay [o]f [w]orking

Status and support

  • ✔ stable
  • ✔ supported
  • ✔ ongoing development

You are viewing the README of the development version. You can find releases here.

Gem Version Total Downloads

Usage

gem install autowow or install from source via rake install.

Run autowow or aw to see available commands.

Commands:
  aw add_upstream     # adds upstream branch if available
  aw branch_merged    # clean working branch and return to default branch
  aw clear_branches   # removes unused branches
  aw exec             # runs command
  aw force_pull       # pulls branch from origin discarding local changes (including commits)
  aw help [COMMAND]   # Describe available commands or one specific command
  aw local_changes    # Are there any local changes in the repo?
  aw open             # opens project URL in browser
  aw projects         # Show projects' name, age, and whether there are local changes
  aw update_projects  # updates idle projects

Development

docker build . -t autowow
docker run --rm -it --entrypoint sh -v $(pwd):/app autowow

License

The gem is available as open source under the terms of the MIT License.