Giter VIP home page Giter VIP logo

scrummd's Introduction

ScrumMD

Logo

ScrumMD started with a question: What if we could have a scrum board driven entirely by md files and the CLI, and use it with git?

I know that it's going to be of niche use, but it opens up a number of great ways to do the scrum process. For instance:

  • You can run standup for sprint1 with:
vim `sbl -b sprint1`
  • You can manage your cards with git...
  • ... and can add them in the repository that they are for
  • It's all text - so integrate with whatever you want

The very basics are that you have a scrum folder, and you can put cards inside it. A card is very simple - it's just a markdown file with at least a summary field. For instance -

---
Summary: Make the thing
---

# Description

Take the steps to make the thing

# Dependencies

-   [[thing02]]
-   [[thing03]]

would be a completely valid card that can be explored with ScrumMD. But - per the documentation - it does a bunch more!

There's also some funky other tools like sboard that let you view a visual representation of the Scrum board in the console - for instance:

$ sboard --group-by status
|not fully defined  |ready              |in progress        |in testing         |done               |None               |
|-------------------|-------------------|-------------------|-------------------|-------------------|-------------------|
|cli008             |cli028             |cli034             |                   |cli018             |v0-1               |
|Permit newlines in…|Allow underline he…|Show scrum board o…|                   |`sbl` Group By     |Items remaining to…|
|                   |                   |                   |                   |                   |                   |
|cli029             |cli032             |                   |                   |cli019             |                   |
|Allow subheadings …|Write access to pr…|                   |                   |String property af…|                   |
|                   |                   |                   |                   |                   |                   |

Documentation

Find it all over on Read The Docs. There's a fair bit of detail, and a tutorial for getting started.

License

This is published under the GNU General Public License v3.0. I am willing to discuss making it available under another license, or providing pai

scrummd's People

Contributors

lkingsford avatar

Stargazers

Bartek Łuka avatar Andrea Mucci avatar Steven Evans avatar Emilio PJ avatar Vladimir Bolshakov avatar  avatar Hoang Ho avatar Joshua Halls avatar Timothée Mazzucotelli avatar Ryan DeBeasi avatar

Watchers

 avatar

Forkers

talvinder

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.