Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/basher-repo
A template repo for use with basher. Use this as a skeleton or even fork this repository to host your own plugins and scripts.
https://github.com/bahamas10/basher-repo
Last synced: about 2 months ago
JSON representation
A template repo for use with basher. Use this as a skeleton or even fork this repository to host your own plugins and scripts.
- Host: GitHub
- URL: https://github.com/bahamas10/basher-repo
- Owner: bahamas10
- Created: 2014-04-24T18:24:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T19:10:53.000Z (over 10 years ago)
- Last Synced: 2024-05-08T20:01:54.200Z (8 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
basher-repo
===========A template repo for use with [basher][0]. Use this as a skeleton
or even fork this repository to host your own plugins and scripts.Usage
-----**Note:** See the [basher][0] documentation for an in-depth guide on how to get started
using this repository as a template.Clone this repo to a machine you want to control with `basher`.
[sudo] git clone git://github.com/bahamas10/basher-repo.git /var/basher
Contents
--------**Note:** Only the `plugins/` directory is required for `basher` to work
- `plugins/`
This directory is used to store plugins for `basher`. Plugins consist of a single
directory with 1 or more scripts in them.- `nodes/`
This directory contains a file for each node (machine) in an environment where `basher`
could be run. This directory is optional and is not required for `basher` to function.Documentation
-------------Each plugin will have its own readme with relevant documentation.
License
-------Every plugin in here is released under the MIT License
[0]: https://github.com/bahamas10/basher