Skip to content

shirangabriel/dev.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

React Native Development Setup Script

This script automates the process of setting up a macOS machine for React Native app development. The script installs Node.js, Watchman, Xcode Command Line Tools, Homebrew, CocoaPods, and Android.

Prerequisites

  • A macOS machine
  • An internet connection

Usage

To use the script, run the following command in your terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/shirangabriel/dev.sh/main/react-native.sh)"

This will download and run the script.

What it does

The script performs the following steps:

  1. Installs Homebrew, a package manager for macOS.
  2. Installs Node.js using Homebrew.
  3. Installs Watchman, a tool for watching changes in files and triggering actions.
  4. Installs Xcode Command Line Tools, which include important development tools like git.
  5. Installs CocoaPods, a dependency manager for iOS and macOS projects.
  6. Installs the Android SDK, which includes the Android Emulator and other development tools.

Contributing

Contributions to this script are welcome. If you find any issues or have ideas for improvements, please create an issue or submit a pull request.

License

This script is open source and licensed under the MIT License. Feel free to use it and modify it as you see fit. If you find any issues or have suggestions for improvements, please submit an issue or pull request on the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages