Skip to content

A full CLI package to create Trello card from a JSON file.

Notifications You must be signed in to change notification settings

matheuscl/trello-json-to-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#red Important #red

This isn't a official app for Trello, use it at your own risk.

Create Trello cards using JSON file

This's a very very simple Trello importer that I made to solve a little problem and decided to share. xD

Instalation Guide

Just run npm install -g trello-json-to-cards =)

Usage

You only need to run trello-json-to-cards from the location of the JSON file that u want to import and follow the CLI step-by-step "setup".

JSON file pattern (the JSON MUST be in this format)

[
  {
    "name": "Testing trello-json-to-cards",
    "desc": "Lorem ipsum dolor sit amet..."
  }
]

Contributing

Feel free to fork or open an issue.

Todos

  • Make this a full cli integration =)
  • Move to TS
  • Add linter
  • Improve the code quality kkk (will be better when I move this to TS)
  • Improve error messaging
  • Implements inquire-fuzzy-path

This's a work in progress

About

A full CLI package to create Trello card from a JSON file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published