Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

egg-alinode

Package Overview
Dependencies
6
Maintainers
3
Versions
9
Issues
File Explorer

Advanced tools

egg-alinode

alinode plugin for egg

    2.0.1latest
    GitHub

Version published
Maintainers
3
Weekly downloads
475
decreased by-36.16%

Weekly downloads

Readme

Source

egg-alinode

NPM version build status Test coverage David deps Known Vulnerabilities npm download

alinode plugin for egg.

Install

$ npm i egg-alinode

Usage

Enable this plugin

// config/plugin.js exports.alinode = { enable: true, package: 'egg-alinode', };

Add appid and secret from https://node.console.aliyun.com/

// config/config.default.js exports.alinode = { enable: true, appid: 'my app id', secret: 'my app secret', };

Start dispatch.js with NODE_LOG_DIR={logdir} and ENABLE_NODE_LOG=yes env:

$ ENABLE_NODE_LOG=yes NODE_LOG_DIR=/mylogdir/ alinode dispatch.js

If you use egg-scripts, the env is already set for you.

$ egg-scripts start

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords

FAQs

Last updated on 11 Dec 2017

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc