react-native-directory-cli 0.1.0

React Native Directory CLI — query 2400+ RN packages from the terminal
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.31.0"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "npm", "homebrew"]
# Homebrew formula will be published to this tap on every release.
tap = "Quegenx/homebrew-tap"
# npm package scope — leaves the package name as the crate name.
npm-package = "react-native-directory-cli"
# Enable publishing jobs (homebrew + npm) — cargo-dist will push the formula
# to the tap repo and publish the npm package on each tagged release.
publish-jobs = ["homebrew", "npm"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]