New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

roadmap2xlsx

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roadmap2xlsx

Creates a Gantt chart .xlsx from a Github project roadmap .tsv

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
Maintainers
0
Weekly downloads
 
Created
Source

📌 Roadmap2XLSX

npm version Build Status License: MIT Downloads

Roadmap2XLSX converts your GitHub project roadmap (in TSV format) into a beautifully formatted Excel Gantt chart.

Example Gantt Excel

[!NOTE] The repository's example folder contains the sample input (roadmap.tsv) and the generated demo output (gantt.xlsx)

📚 Table of Contents

🚀 Features

  • 📝 TSV Parsing: Reads GitHub project roadmaps exported as TSV.
  • 🗂️ Task Grouping: Automatically groups tasks by repository.
  • 📆 Gantt Timeline: Generates a full-week Gantt chart.
  • 🎨 Conditional Formatting: Creates a polished Excel output.
  • ⚡ CLI Simplicity: Run directly via npx roadmap2xlsx or install globally.

📥 How to Export Your GitHub Roadmap Data

Refer to GitHub's guide on Exporting Your Projects Data.

📦 Installation & Usage

Run without installation:

npx roadmap2xlsx --input path/to/tasks.tsv --output path/to/roadmap.xlsx

Or install globally:

npm install -g roadmap2xlsx

roadmap2xlsx --input path/to/tasks.tsv --output path/to/roadmap.xlsx

🔧 Development

# Install dependencies
pnpm install

# Run the CLI in development mode
pnpm dev

# Build the project
pnpm build

# Lint & format
pnpm lint
pnpm lint:fix
pnpm format
pnpm format:fix

# Run tests
pnpm test

📁 Project Structure

  • 🏗️ src/cli.ts – CLI entry point
  • 📄 src/parse.ts – TSV parsing logic
  • 📏 src/config/ – Style, layout, and color configurations
  • 📊 src/roadmap/ – Excel Gantt chart generation

📜 License & Credits

📝 Licensed under MIT. Created by Ben Wolf.

🙏 This project leverages ExcelJS for Excel file generation, commander for CLI argument parsing, and csv-parser for TSV/CSV processing.

✨ Contributions are welcome! Open an issue or submit a pull request on GitHub.

Keywords

FAQs

Package last updated on 10 Feb 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc