jadepress-redis

0.0.3 • Public • Published

jadepress-redis

Build Status

jade-press plugin which add qrcode api /qr?text={text}

use

//in jade-press config.js
exports.setting = {
    //...
    plugins: {
        'jadepress-redis': '*'
    }
 
    //this is default option if not set
    ,redisOptions: {
        host: '127.0.0.1'
        ,port: 6379
    }
    //...
}

then install

gulp install

test

 
#makesure you can run jade-press 
 
git clone https://github.com/jade-press/jadepress-redis.git
cd jadepress-redis
npm install node-gyp -g
npm install mocha -g
npm install bower -g
npm install
bower install
npm i jadepress-theme-pi
mkdir node_modules/jadepress-redis
cp -r plugins node_modules/jadepress-redis/
 
npm run test
 

Readme

Keywords

Package Sidebar

Install

npm i jadepress-redis

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • zxdong262