seneca-amqp-transport
Official AMQP transport plugin for Seneca
File Explorer
- client.e2e.js
- listener.e2e.js
- client.js
- listener.js
- log-client.js
- log-listener.js
- multipin-client.js
- multipin-listener.js
- client-factory.js
- client-util.js
- index.js
- publisher.js
- dead-letter.js
- hooker.js
- topic.js
- consumer.js
- index.js
- listener-factory.js
- listener-util.js
- hooks.js
- release.sh
- client-factory.test.js
- client-util.test.js
- client.test.js
- publisher.test.js
- dead-letter.test.js
- consumer.test.js
- listener-factory.test.js
- listener-util.test.js
- listener.test.js
- defaults.schema.json
- defaults.test.js
- .editorconfig
- .eslintrc
- .gitignore
- .prettierrc
- .travis.yml
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- defaults.json
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
// repository documentation
Was this content helpful?
(0 ratings)
