Socket
Socket
Sign inDemoInstall

setup-ci

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setup-ci

React Native CI CLI is meant to simplify CI/CD setup in your React Native project.


Version published
Weekly downloads
169
increased by156.06%
Maintainers
0
Weekly downloads
 
Created
Source

🤔 Why?

React Native CI CLI is meant to simplify CI/CD setup in your React Native project.

📖 Usage

Simply go to your project root directory and run:

npx setup-ci

If your project has a monorepo structure, run the script from the root directory of the app for which you want to set up workflows.

💡 Demo

Say we want to set up GitHub actions that run ESLint check and Jest tests on our project every time we create or push to an existing Pull Request. Let's try to use react-native-ci-cli to do the heavy lifting and generate all the necessary configurations.

Alternatively, we can go fully automatic by passing flags --preset --lint --jest to avoid all interaction with the script. You can check the section below for more information about available flags!

⚙️ Features

  • Currently, only GitHub actions are supported as your CI.
  • npm and yarn are supported as package managers, and they will be detected automatically.
  • Monorepo structure is supported, but make sure you run the script from the app directory, not the monorepo root.

When using react-native-ci-cli, you can provide additional flags to modify its default behavior.

FlagDescription
--presetRun the script with your own preset. Combine it with feature flags to specify what workflows you want to generate.
--skip-git-checkBy default, the script will prompt the user if there are uncommitted changes in the working repository. Use this flag to proceed without asking.

The following are feature flags that can be used with --preset flag (they are ignored if --preset is not provided).

FlagDescription
--lintGenerate ESLint workflow to run on every PR
--jestGenerate Jest workflow to run on every PR
--tsGenerate Typescript check workflow to run on every PR
--prettierGenerate Prettier check workflow to run on every PR
--eas-updateGenerate EAS Update and preview workflow to run on every PR (Expo projects only)
--detoxGenerate workflow to run Detox e2e tests on every PR

🔐 Repository secrets

Some workflows generated by react-native-ci-cli require setting up repository secrets that can be then accessed by workflows as ${{ secrets.* }}. Make sure to read logs printed by the script as you will always be prompted to create secrets if necessary. The following table shows a summary of secrets you might have to create for generated workflows to work properly.

SecretDescription
EXPO_TOKENUsed for authentication in workflows using your Expo account. Learn more at Expo with GitHub actions.

💬 Your feedback

This tool is supposed to be helpful to as many developers as possible - and therefore we are open to your ideas and general feedback! If you want to share your opinion about react-native-ci-cli or have some thoughts about how it could be further developed, don't hesitate to create an issue or contact the maintainers directly.

🚸 Roadmap

  • Build Expo DevClient when fingerprint changes
  • Maestro support for E2E tests
  • Different workflows for different branches (ex. PR, main, release)
  • Upload source maps to Sentry
  • Handle different vendors

📋 License

React Native CI CLI is licensed under The MIT License.

💸 Credits

This project has been built and is maintained thanks to the support from Software Mansion

swm

React Native CI CLI is created by Software Mansion

Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – Hire us.

Keywords

FAQs

Package last updated on 27 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc