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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T13:44:13.000Z (about 5 years ago)
- Last Synced: 2024-04-27T00:18:20.984Z (about 1 year 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

#### 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