trello-json-to-cards

1.0.0 • Public • Published

#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

  • [x] 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
  • [x] Implements inquire-fuzzy-path

This's a work in progress

Readme

Keywords

none

Package Sidebar

Install

npm i trello-json-to-cards

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.06 kB

Total Files

12

Last publish

Collaborators

  • matheuscl_