Skip to content

sipcapture/pastash_plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")