{"id":26316741,"url":"https://github.com/forwardsoftware/react-native-toolbox","last_synced_at":"2025-03-15T13:16:40.843Z","repository":{"id":38186888,"uuid":"149997418","full_name":"forwardsoftware/react-native-toolbox","owner":"forwardsoftware","description":"A set of scripts to simplify React Native development","archived":false,"fork":false,"pushed_at":"2025-03-11T22:15:50.000Z","size":1002,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-11T23:18:39.943Z","etag":null,"topics":["cli","development-tools","react-native","scripts","utilities","utils"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@forward-software/react-native-toolbox","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forwardsoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-23T15:28:22.000Z","updated_at":"2025-03-11T22:15:44.000Z","dependencies_parsed_at":"2024-06-21T20:24:43.311Z","dependency_job_id":"6656dce2-e058-40bd-ac23-a835e547034a","html_url":"https://github.com/forwardsoftware/react-native-toolbox","commit_stats":{"total_commits":59,"total_committers":3,"mean_commits":"19.666666666666668","dds":"0.44067796610169496","last_synced_commit":"032524419f2ead603d7a8396a22ad458615564db"},"previous_names":["forwardsoftware/react-native-toolbox","forward-software/react-native-toolbox"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardsoftware%2Freact-native-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardsoftware%2Freact-native-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardsoftware%2Freact-native-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forwardsoftware%2Freact-native-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forwardsoftware","download_url":"https://codeload.github.com/forwardsoftware/react-native-toolbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732253,"owners_count":20338839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","development-tools","react-native","scripts","utilities","utils"],"created_at":"2025-03-15T13:16:40.191Z","updated_at":"2025-03-15T13:16:40.834Z","avatar_url":"https://github.com/forwardsoftware.png","language":"TypeScript","readme":"React Native Toolbox\n=====================\n\n\u003e A set of scripts to simplify React Native development\n\n[![License](https://img.shields.io/npm/l/@forward-software/react-native-toolbox.svg)](https://github.com/forwardsoftware/react-native-toolbox/blob/main/LICENSE) [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n\n[![Version](https://img.shields.io/npm/v/@forward-software/react-native-toolbox.svg)](https://npmjs.org/package/@forward-software/react-native-toolbox) [![Downloads/week](https://img.shields.io/npm/dw/@forward-software/react-native-toolbox.svg)](https://npmjs.org/package/@forward-software/react-native-toolbox)\n\n\u003c!-- toc --\u003e\n* [Install](#install)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Install\n\n```bash\nyarn add -D @forward-software/react-native-toolbox\n```\n\nor use it directly with\n\n```bash\nnpx @forward-software/react-native-toolbox \u003ccommand\u003e\n```\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`rn-toolbox dotenv ENVIRONMENTNAME`](#rn-toolbox-dotenv-environmentname)\n* [`rn-toolbox help [COMMAND]`](#rn-toolbox-help-command)\n* [`rn-toolbox icons [FILE]`](#rn-toolbox-icons-file)\n* [`rn-toolbox splash [FILE]`](#rn-toolbox-splash-file)\n\n## `rn-toolbox dotenv ENVIRONMENTNAME`\n\nmanage .env files for react-native-dotenv\n\n```\nUSAGE\n  $ rn-toolbox dotenv ENVIRONMENTNAME [-h]\n\nARGUMENTS\n  ENVIRONMENTNAME  name of the environment to load .dotenv file for\n\nFLAGS\n  -h, --help  Show CLI help.\n\nDESCRIPTION\n  manage .env files for react-native-dotenv\n  Manage .env files for react-native-dotenv for a specific environment (development, production, etc...)\n\n\nEXAMPLES\n  $ rn-toolbox dotenv\n```\n\n_See code: [src/commands/dotenv.ts](https://github.com/forwardsoftware/react-native-toolbox/blob/v3.0.0/src/commands/dotenv.ts)_\n\n## `rn-toolbox help [COMMAND]`\n\nDisplay help for rn-toolbox.\n\n```\nUSAGE\n  $ rn-toolbox help [COMMAND...] [-n]\n\nARGUMENTS\n  COMMAND...  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for rn-toolbox.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.25/src/commands/help.ts)_\n\n## `rn-toolbox icons [FILE]`\n\ngenerate app icons\n\n```\nUSAGE\n  $ rn-toolbox icons [FILE] [-a \u003cvalue\u003e] [-h]\n\nARGUMENTS\n  FILE  [default: ./assets/icon.png] input icon file\n\nFLAGS\n  -a, --appName=\u003cvalue\u003e  the appName used to build output assets path. Default is retrieved from 'app.json' file.\n  -h, --help             Show CLI help.\n\nDESCRIPTION\n  generate app icons\n  Generate app icons using FILE as base.\n  The base icon file should be at least 1024x1024px.\n\n\nEXAMPLES\n  $ rn-toolbox icons\n```\n\n_See code: [src/commands/icons.ts](https://github.com/forwardsoftware/react-native-toolbox/blob/v3.0.0/src/commands/icons.ts)_\n\n## `rn-toolbox splash [FILE]`\n\ngenerate app splashscreen for react-native-splash-screen\n\n```\nUSAGE\n  $ rn-toolbox splash [FILE] [-a \u003cvalue\u003e] [-h]\n\nARGUMENTS\n  FILE  [default: ./assets/splashscreen.png] input splashscreen file\n\nFLAGS\n  -a, --appName=\u003cvalue\u003e  the appName used to build output assets path. Default is retrieved from 'app.json' file.\n  -h, --help             Show CLI help.\n\nDESCRIPTION\n  generate app splashscreen for react-native-splash-screen\n  Generate app splashscreen using FILE as base to be used with crazycodeboy/react-native-splash-screen module.\n  The base splashscreen file should be at least 1242x2208px.\n\n\nEXAMPLES\n  $ rn-toolbox splash\n```\n\n_See code: [src/commands/splash.ts](https://github.com/forwardsoftware/react-native-toolbox/blob/v3.0.0/src/commands/splash.ts)_\n\u003c!-- commandsstop --\u003e\n\n## License\n\nMozilla Public License 2.0\n\n---\n\nMade with ✨ \u0026 ❤️ by [ForWarD Software](https://github.com/forwardsoftware) and [contributors](https://github.com/forwardsoftware/react-native-toolbox/graphs/contributors)\n\nIf you found this project to be helpful, please consider contacting us to develop your React and React Native projects.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforwardsoftware%2Freact-native-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforwardsoftware%2Freact-native-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforwardsoftware%2Freact-native-toolbox/lists"}