1- # nativescript- doctor
1+ # @ nativescript/ doctor
22Library that helps identifying if the environment can be used for development of {N} apps.
33
44# Installation
551 . Using npm
66 ```bash
7- $ npm install nativescript- doctor --save
7+ $ npm install @ nativescript/ doctor --save
88 ```
99
1010# Requirements
@@ -14,7 +14,7 @@ Library that helps identifying if the environment can be used for development of
1414* Module ` doctor ` :
1515 - Usage:
1616 ```TypeScript
17- import { doctor } from "nativescript- doctor"
17+ import { doctor } from "@ nativescript/ doctor"
1818
1919 async function main() {
2020 const canExecuteLocalBuildForAndroid = await doctor.canExecuteLocalBuild("Android");
@@ -47,7 +47,7 @@ Library that helps identifying if the environment can be used for development of
4747 }
4848
4949 /**
50- * Describes warning returned from nativescript- doctor check.
50+ * Describes warning returned from @ nativescript/ doctor check.
5151 */
5252 interface IWarning {
5353 /**
@@ -73,7 +73,7 @@ Library that helps identifying if the environment can be used for development of
7373* Module ` sysInfo ` :
7474 - Usage:
7575 ```TypeScript
76- import { sysInfo, setShouldCacheSysInfo } from "nativescript- doctor";
76+ import { sysInfo, setShouldCacheSysInfo } from "@ nativescript/ doctor";
7777
7878 async function main() {
7979 // The default value is true. If set to false the result of each check for each element
@@ -451,7 +451,7 @@ Library that helps identifying if the environment can be used for development of
451451* Module ` androidToolsInfo ` :
452452 - Usage:
453453 ```TypeScript
454- import { androidToolsInfo } from "nativescript- doctor"
454+ import { androidToolsInfo } from "@ nativescript/ doctor"
455455
456456 function main() {
457457 const projectDir = "/Users/username/myProject";
@@ -542,7 +542,7 @@ Library that helps identifying if the environment can be used for development of
542542* Module ` constants ` :
543543 - Usage:
544544 ```TypeScript
545- import { constants } from "nativescript- doctor"
545+ import { constants } from "@ nativescript/ doctor"
546546
547547 function main() {
548548 for(let constantName in constants) {
0 commit comments