alabsi91 / react-native-tools-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install locally

npm i github:alabsi91/react-native-tools-cli

Install globally

npm i -g github:alabsi91/react-native-tools-cli
  • If the command didn't work for you, try the following:
npm i -g --install-links github:alabsi91/react-native-tools-cli
  • Or the following:
git clone https://github.com/alabsi91/react-native-tools-cli &&
cd ./react-native-tools-cli &&
npm i &&
cd .. &&
npm i -g --install-links ./react-native-tools-cli &&
rm -r -force .\react-native-tools-cli\

About


Languages

Language:TypeScript 70.9%Language:JavaScript 23.9%Language:NSIS 5.2%