Skip to content

Commit

Permalink
feat: rename command scripts to use 'has' prefix for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus committed Dec 19, 2024
1 parent 1f046ac commit 7bef38b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"scripts": {
"enable": "node dart_runner.js enable",
"useCamera": "node dart_runner.js camera",
"useFiles": "node dart_runner.js file_manager",
"useContacts": "node dart_runner.js contacts",
"useConnect": "node dart_runner.js plaid_connect",
"useLocation": "node dart_runner.js location",
"useDeeplink": "node dart_runner.js deeplink",
"useFirebaseAnalytics": "node dart_runner.js firebase_analytics",
"useNotifications": "node dart_runner.js notification",
"useBracket": "node dart_runner.js bracket",
"useNetworkInfo": "node dart_runner.js network_info",
"useChat": "node dart_runner.js ai_chat",
"useAuth": "node dart_runner.js auth",
"useBluetooth": "node dart_runner.js bluetooth",
"useBiometric": "node dart_runner.js biometric",
"useQRCode": "node dart_runner.js qr_code",
"useGoogleMaps": "node dart_runner.js google_maps",
"hasCamera": "node dart_runner.js camera",
"hasFileManager": "node dart_runner.js file_manager",
"hasContacts": "node dart_runner.js contacts",
"hasConnect": "node dart_runner.js plaid_connect",
"hasLocation": "node dart_runner.js location",
"hasDeeplink": "node dart_runner.js deeplink",
"hasFirebaseAnalytics": "node dart_runner.js firebase_analytics",
"hasNotification": "node dart_runner.js notification",
"hasBracket": "node dart_runner.js bracket",
"hasNetworkInfo": "node dart_runner.js network_info",
"hasChat": "node dart_runner.js ai_chat",
"hasAuth": "node dart_runner.js auth",
"hasBluetooth": "node dart_runner.js bluetooth",
"hasBiometric": "node dart_runner.js biometric",
"qrCodeEnabled": "node dart_runner.js qr_code",
"hasGoogleMaps": "node dart_runner.js google_maps",
"generate_keystore": "node dart_runner.js generateKeystore",
"get_sha_keys": "node dart_runner.js getShaKeys"
},
Expand Down

0 comments on commit 7bef38b

Please sign in to comment.