redux-offline-docs

Redux documentation in PDF, ePub and MOBI formats for offline reading.

Github星跟踪图


For advanced users: create your own PDF, ePub, or MOBI versions of the Redux documentation for offline reading
  • install Calibre

  • add it to your path:

    $ ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
    
  • install gitbook using npm:

    $ npm install gitbook-cli -g
    
  • clone the Redux repository to somewhere like ~/repositories/redux:

    git clone git@github.com:reduxjs/redux.git ~/repositories/redux
    
  • then EITHER use the create-docs script from this repository by following these steps:

    • clone this repository to ~/repositories/redux-offline-docs:

      $ git clone git@github.com:paulkoegel/redux-offline-docs.git ~/repositories/redux-offline-docs
      
    • cp ~/repositories/redux-offline-docs/create-docs ~/repositories/redux

    • cd ~/repositories/redux/ && ./create-docs

    • the script assumes that the redux and redux-offline-docs folders are siblings. You'll need to adjust the path in create-docs if you have other folder locations.

  • OR run the following commands in ~/repositories/redux:

    $ gitbook pdf . docs/redux-documentation.pdf
    $ gitbook epub . docs/redux-documentation.epub
    $ gitbook mobi . docs/redux-documentation.mobi
    

主要指标

概览
名称与所有者paulkoegel/redux-offline-docs
主编程语言Shell
编程语言Shell (语言数: 1)
平台
许可证
所有者活动
创建于2015-08-17 15:11:26
推送于2019-01-04 10:52:46
最后一次提交2019-01-04 11:52:45
发布数0
用户参与
星数281
关注者数8
派生数28
提交数56
已启用问题?
问题数5
打开的问题数2
拉请求数2
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?