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

https://github.com/sanix-darker/b4sh-api

Save, Manage and share your shell scripts commands.
https://github.com/sanix-darker/b4sh-api

Last synced: 7 months ago
JSON representation

Save, Manage and share your shell scripts commands.

Awesome Lists containing this project

README

          

# B4Sh-API

Save, Manage and share your shell scripts commands.

## Requirements

- Python (3.x recommended)

## Dev Deployment

### How to install

- Copy `example.config.txt` to `config.txt` and set correct/appropriate parameters.

- Create your virtualenv
```shell
virtualenv -p python3 venv
source venv/bin/activate
```

Just hit:
```shell
pip install -r requirements.txt
```

You can access the full api there : [API-DOC](https://documenter.getpostman.com/view/11958813/TVmJhJmA)

## How to contribute

- Create an issue where you explain clearly the problem you want to solve
- Make a PR
- If it's relevant, we're going to merge it.
Yeah, it's simple as this !

## Author

- [Sanix-darker](https://github.com/sanix-darker)

## LICENSE

- [MIT](./LICENSE.txt)