Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sipcapture/pastash_plugins

NPM Plugin Modules for Pastash
https://github.com/sipcapture/pastash_plugins

modular npm pastash plugins sipcapture

Last synced: 3 months ago
JSON representation

NPM Plugin Modules for Pastash

Awesome Lists containing this project

README

        

# paStash condiments
NPM Plugin Modules for Pastash NG (@pastash/pastash)

### Notes
* Only works with exports from `@pastash/pastash` 1.0.44 _and higher_
* Only works with plugins and commands published in the `@pastash` keyspace

### Usage
To use a plugin alongside `pastash` both should be installed globally:
```
npm install -g @pastash/pastash
npm install -g @pastash/input_dummy
```

Configuration functions not provided internally result in an npm lookup using a combination of `type` and `name`
##### Example
```
input {
dummy {}
}
```
##### Lookup
`require("@pastash/input_dummy")`