add: import board/cards/lists using CSV/TSV

This commit is contained in:
Bryan Mutai 2020-05-07 01:29:22 +03:00
parent 533bc045d0
commit 1742bcd9b1
9 changed files with 413 additions and 14 deletions

5
package-lock.json generated
View file

@ -3725,6 +3725,11 @@
"path-to-regexp": "~1.2.1"
}
},
"papaparse": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.2.0.tgz",
"integrity": "sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA=="
},
"parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",