Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 767 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 767 Bytes

qiita2crowi

🇺🇸 🇯🇵

Migration tool from Qiita:Team to Crowi

Usage

$ ./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"

Installation

$ go get github.com/b4b4r07/qiita2crowi

License

MIT

Author

b4b4r07