Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed May 22, 2021
1 parent 4863ce5 commit ebf8a5e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@



#
# How to usee it?

```
go get github.com/kkdai/disqus-importor-go
```

Write your own CLI tool, or just use.

```
go install github.com/kkdai/disqus-importor-go/import_disqus_cli
```

# How to use it?

Expand Down
28 changes: 28 additions & 0 deletions import_disqus_cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# import_disqus_cli: CLI to import disqus data into github issue


# How to Install it?

```
go install github.com/kkdai/disqus-importor-go/import_disqus_cli
```

# How to use it?


Reference <https://github.com/kkdai/disqus-importor-go> README.

# License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit ebf8a5e

Please sign in to comment.