0.2.3 • Published 7 years ago

hexo-deployer-shell v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

hexo-deployer-shell

Shell deployer plugin for Hexo.

This deployer is simple a alias to your own deploy shell scripts. You should use your own way to deploy your hexo project.

Installation

npm install hexo-deployer-shell --save

Options

You can configure this plugin in _config.yml.

deploy:
    type: shell
    command: <your deploy command>

You can specify options of command. For example:

deploy:
    type: shell
    command: <your deploy command>
    options:
        timeout: 2000

hexo-deployer-shell use child_process.exec internal, the options arguments will be pass to child_process.exec directly. See more info on Node.js official website.

That's all. Enjoy!

License

MIT

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.1.0

7 years ago