Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ AndroidX replaces the original support library API's with packages in the androi
Migration tool can be installed via npm easily from our public npm repository. The installation is pretty easy via Smartface Cloud IDE. Run the following code in terminal:

```bash
(cd scripts && npm install sf-androidx-migration)
(cd /projects/workspace && npm install --save-dev sf-androidx-migration)
```

## Usage

```javascript
node --max-old-space-size=2048 ~/workspace/scripts/node_modules/sf-androidx-migration/index.js ~/workspace/scripts/
node --max-old-space-size=2048 ~/workspace/scripts/node_modules/sf-androidx-migration/index.js ~/workspace/config/
node --max-old-space-size=2048 /projects/workspace/node_modules/sf-androidx-migration/index.js /projects/workspace/workspace/scripts/
node --max-old-space-size=2048 /projects/workspace/node_modules/sf-androidx-migration/index.js /projects/workspace/config/
```

### ❗Important Note❗
Expand Down