帮助构建和维护gollum wiki的命令

bilbo的Python项目详细描述


比尔博

帮助构建和维护gollum wiki的命令。

用法

bilbo template [-s <pathToSettingsFile>]
bilbo tasks [-s <pathToSettingsFile>]
bilbo tidy [-s <pathToSettingsFile>]
bilbo scaffold [-s <pathToSettingsFile>]
bilbo blog [-s <pathToSettingsFile>]COMMANDS========
template              populate the wiki with template content and cleanup file names
tasks                 add projects from wikis to taskpaper files to keep track of project tasks
tidy                  tidy up the gollum wiki, updating lists, sidebars, footer, headers, cleaning filenames and md metadata
scaffold              add and maintain sidebars, footers, headers and various listing pages in a gollum wiki
blog                  take pages that have been flagged to be posted as a Jekyll blog post, format them correctly and post them

OPTIONS=======
-h, --help            show this help message
-s, --settings        the settings file

文档

bilbo的文档由Read the Docs(最后一个stable versionlatest version)托管。

安装

安装bilbo的最简单方法是使用pip

pip install bilbo

或者您可以克隆github repo并从本地版本的代码安装:

git clone git@github.com:thespacedoctor/bilbo.git
cd bilbo
python setup.py install

要升级到bilbo的最新版本,请使用以下命令:

pip install bilbo --upgrade

发展

如果您想修改代码,请在开发模式下安装。 这意味着您可以修改克隆的repo中的代码:

git clone git@github.com:thespacedoctor/bilbo.git
cd bilbo
python setup.py develop

Pull requests 欢迎!

问题

请报告任何问题 here

许可证

版权所有(c)2016 David Young

特此免费向任何获得 本软件和相关文档文件的副本 “软件”),无限制地处理软件,包括 但不限于使用、复制、修改、合并、发布, 分发、再授权和/或出售软件副本,以及 允许向其提供软件的人员这样做,但须遵守 以下条件:

上述版权公告及本许可公告须包括在内 在软件的所有副本或大部分中。

软件按“原样”提供,不作任何形式的保证 或默示的,包括但不限于 适销性、适合特定目的和不侵权。 在任何情况下,作者或版权持有人均不对任何 索赔、损害赔偿或其他责任,无论是在合同诉讼中, 侵权行为或其他,由 软件或软件中的使用或其他交易。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
在Java中使用BufferedReader类读取文本文件的子字符串   java如何在JSP页面上包含来自另一台服务器的动态JSP   使用单表策略的java持久化Hibernate继承映射   java报告状态失败达600秒。谋杀!报告hadoop的进展   java将字符串解析为形状   使用JTable的java ClassCastException?   java在Spring引导中关闭数据库   java Android Studio调试错误(Ubuntu)   java如何区分apache beam中KV实例中的两个键?   java将RealmObjectChangeListener添加到异步下载的RealmObject   java匹配模式之前的所有内容,包括新行和/或回车   java使用JAXB在XML中动态更改元素序列   java如何在MACOS中找到动态库(.dylib文件)的版本   Android中的java Nanohttpd服务器   java libGDX:3d动画不工作