Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thearnavrustagi/bob
- Owner: thearnavrustagi
- License: apache-2.0
- Created: 2020-04-30T18:53:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T13:44:13.000Z (almost 5 years ago)
- Last Synced: 2024-04-27T00:18:20.984Z (9 months ago)
- Topics: bash, command-line, command-line-tool, go, golang, project-management, shell, tool, utility, yaml
- Language: Go
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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