Skip to content

Commit 7e06408

Browse files
committed
Edit readme.md
1 parent fc761d7 commit 7e06408

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ This module supports conversion of the following.
2020

2121
4. Makes Configuration for matching members, select asana team, workspace and so on. You can easily use `-m` option for finding members. You should rename `config.json.sample` file to `config.json`.
2222

23+
If you have done all of the above, try the following command.
24+
25+
```
26+
$ git clone https://github.com/davidshimjs/trello2asana.git
27+
$ cd trello2asana
28+
$ yarn # or npm install
29+
$ node index.js <JSON_PATH_EXPORTED_FROM_TRELLO_BOARD>
30+
```
31+
32+
and you can check out more information below.
33+
34+
```
35+
Usage: /usr/local/bin/node index.js <files>... [options]
36+
37+
files Path JSON file exported from Trello
38+
39+
Options:
40+
-c PATH, --config PATH Specify Config File [config.json]
41+
-m, --only-members See Members of Trello without execute scripts.
42+
-a, --append Append tasks when exists the same project
43+
```
44+
2345
# Examples
2446

2547
<img src="https://user-images.githubusercontent.com/3103540/31360077-b38b7208-ad87-11e7-8298-84037a932240.png">

0 commit comments

Comments
 (0)