Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thearnavrustagi/bob

An easy to use command line tool to create and manage projects
https://github.com/thearnavrustagi/bob

bash command-line command-line-tool go golang project-management shell tool utility yaml

Last synced: about 1 month ago
JSON representation

An easy to use command line tool to create and manage projects

Awesome Lists containing this project

README

        

# bob
### An easy to use command line tool to create and manage projects
![bob_screenshot](https://user-images.githubusercontent.com/51513216/80818474-dcbce400-8bf0-11ea-90ba-a47c05c442c9.jpg)
#### What is Bob
well bob is a command line tool that can be used to create and manage projects, it uses yaml for storing data, which is well known for its human readabiity
#### Features
- A simple to use cli tool
- installs dependencies for you with the init command
- fast as lightning
#### How to install
simple execute `install.sh` with line
```bash
sh install.sh
```
if this does not work then type
```bash
alias bob="~/.bob/bob"
```
but this command will **ONLY** execute after running install.sh