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.
- Host: GitHub
- URL: https://github.com/sanix-darker/b4sh-api
- Owner: Sanix-Darker
- License: mit
- Created: 2021-01-02T20:41:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T10:03:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T23:28:18.550Z (8 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)