Socket
Socket
Sign inDemoInstall

readme-kanban-board

Package Overview
Dependencies
3
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    readme-kanban-board

Write a markdown based kanban board and have it converted to a nice image in your readme


Version published
Weekly downloads
10
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Readme Kanban Board

Write a markdown based kanban board in your README.md and have it converted to an image and injected in.

Example

In your README.md, simply have a commented section like this, in the format:

<!---KANBAN
# To Do
- Eat healthy food
- Exercise regularly
- Learn sign language

# In Progress
- Drink too much

# Done
- Regret my decisions
- Age too quickly
KANBAN--->

Which generates:

created by readme-kanban-board

One-time Quick Usage

npx readme-kanban-board

Install

npm i --save-dev readme-kanban-board

Usage

Add it to package.json scripts, similar to:

"scripts": {
  "readme-kanban-board": "readme-kanban-board"
}

Then fire it up by running:

npm run readme-kanban-board

Yes that's all well and good, but what does it actually do?

  • Finds kanban code in your README.md file
  • Parses it up
  • Generates a kanban board of it with HTML/CSS
  • Creates a screenshot of said HTML
  • Saves the image to repo
  • Injects/updates an image link in your README.md

FAQs

Last updated on 03 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc