Giter Club home page Giter Club logo

yash's Introduction

Yash

使用Markdown文件来管理项目计划。

安装

git clone [email protected]:xumingming/yash.git
cd yash
sudo pip install markdown2 bottle beaker simpleyaml pillow
chmod a+x yash.py
mkdir ~/.yash

定义一个项目

一个基本的项目文件如下:

# 项目基本信息

* ProjectStartDate: 2016-09-21

# 任务细分
* 任务一 -- 2[James][50%]
* 任务二 -- 1[Lucy]
* 任务三 -- 1[James]
* 任务四 -- 2[Lucy]

其中:

  • ProjectStartDate: 指定项目的开始时间
  • 任务一 -- 2[James][50%] , 这里任务一是任务的名字,2是这个任务需要的人日, James是这个任务的负责人, 50%是这个任务目前的完成情况。

关于项目文件更详细的格式信息看这里

展示你的项目

把上面的例子保存为demo.plan.md(注意,文件名一定要以.plan.md结尾), 在文件所在目录执行以下命令:

/path/to/your/yash.py -p 80

然后访问 http://localhost/demo.plan.md, 你就会看到你的项目文件了:

Gantt图:

统计信息:

yash's People

Contributors

xumingming avatar liuchaofeng1230 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.