帮助构建和维护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通过Spring MVC web应用程序向客户端发送文本文件   java是否可以在运行时动态实例化DAO类?   调用VB。来自Java的net函数   java在Android中通过单击打开特定文件夹   java如何使用maven pom。xml标识非标准项目结构中的testng测试用例?   java为什么FOP在大文件上崩溃?   Architecture python+flask和spring boot+java   java Kafka工具根本没有启动Ubuntu 19.10   如何使用Eclipse运行Java USB API for Windows   java如何在Eclipse中查看J2EE预览服务器/容器的日志/控制台?   网页抓取是否可以使用Java crawler crawler4j暂停和恢复抓取?   java当我第二次按下按钮时,应用程序停止工作   带有偏移量和限制的java SQLite分页问题   java如何在OSX mavericks中将端口80转发到8080   java从泛型方法调用非泛型方法   java My代码未按预期工作。十进制输出不是它应该的样子   节点。java中的js加密(jasypt)和nodejs中的解密   java乘法表不工作数组索引超出范围   java将JDBC与Firebirdsql连接起来