Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sipcapture/pastash_plugins
- Owner: sipcapture
- Created: 2018-12-15T11:47:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T01:55:27.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T01:56:33.374Z (8 months ago)
- Topics: modular, npm, pastash, plugins, sipcapture
- Language: JavaScript
- Size: 479 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")`