Crepido alternatives and similar software solutions
Based on the "Task management/To-do lists" category.
Alternatively, view Crepido alternatives based on common mentions on social networks and blogs.
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. -
TaskBoard
A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!) -
Wheatbin
Wheatbin is project management software that combines Kanban methodology with the Law of the Harvest. -
Kanbana
Kanbana allows you to create boards to track users and projects from flat markdown files using Kanban boards. -
Taskwarrior
Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Crepido or a related project?
README
Crepido
Create (kanban) boards to track users and projects from flat Markdown files.
Setup
$ git clone https://github.com/arshad/crepido.git
.$ cd crepido && npm install
.$ gulp
.
How to create boards
- Create a file in the ./boards directory.
- Add your text as follows.
---
name: Arshad
picture: https://avatars0.githubusercontent.com/u/124599?v=3&s=460
---
# In Progress
* [Project A] Gumbo beet greens corn soko endive gumbo gourd.
# Pipeline
* [Project A] [3h] Turnip greens yarrow ricebean rutabaga endive.
* [Project B] [2h] Nori grape silver beet broccoli kombu beet greens fava bean.
# Tasks
* [x] Completed task Nori grape silver
* [ ] Turnip greens yarrow
* [ ] Nori grape silver
# [-] Collapsible Tasks
* [x] One
* [ ] Two
- Run
$ gulp
Note:
- Each heading followed by a list will be converted to a card.
[Title] [labels]
are converted to labels.[3h]
is converted to timers for the progress bar.[ ]
,[x]
are used to show tasks.- '# [-] Title' will make a board collapsible.
How to deploy to Github Pages
- Update
remoteUrl, origin and branch
in config.json. - Run
$ gulp deploy
.
How to customize colors
To add custom colors for boards and labels, see ./src/assets/sass/tools/_colors.scss
.
License
The MIT License (MIT)
Copyright (c) 2014 Arshad Chummun
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*Note that all licence references and agreements mentioned in the Crepido README section above
are relevant to that project's source code only.