1.0.0 • Published 4 years ago

trello-json-to-cards v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

#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