🇺🇸 🇯🇵
Migration tool from Qiita:Team to Crowi
$ ./qiita2crowi -h
Usage of ./qiita2crowi:
-access-token string
Crowi's access token
-crowi-url string
Your Crowi base URL
-page-path string
Default page path (default "/qiita")
The option of -access-token
and -crowi-url
must be specified to run.
$ cat exported-data-from-qiita.json \
| qiita2crowi \
-access-token="abcdefghijklmnopqrstuvwxyz=" \
-crowi-url="http://your.crowi.url" \
-page-path="/qiita/pages"
$ go get github.com/b4b4r07/qiita2crowi
MIT
b4b4r07