This isn't a official app for Trello, use it at your own risk.
This's a very very simple Trello importer that I made to solve a little problem and decided to share. xD
Just run npm install -g trello-json-to-cards
=)
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".
[
{
"name": "Testing trello-json-to-cards",
"desc": "Lorem ipsum dolor sit amet..."
}
]
Feel free to fork or open an issue.
- 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