Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/rnx-kit
Modern, scalable tools. Exceptional developer experience.
https://github.com/microsoft/rnx-kit
android cli cross-platform dependency-manager desktop desktop-development development-experience ios macos mobile mobile-development monorepo react-native typescript windows
Last synced: 28 days ago
JSON representation
Modern, scalable tools. Exceptional developer experience.
- Host: GitHub
- URL: https://github.com/microsoft/rnx-kit
- Owner: microsoft
- License: mit
- Created: 2019-11-15T21:38:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:29:55.000Z (7 months ago)
- Last Synced: 2024-04-13T22:23:49.391Z (7 months ago)
- Topics: android, cli, cross-platform, dependency-manager, desktop, desktop-development, development-experience, ios, macos, mobile, mobile-development, monorepo, react-native, typescript, windows
- Language: TypeScript
- Homepage: https://microsoft.github.io/rnx-kit/
- Size: 31.8 MB
- Stars: 1,411
- Watchers: 19
- Forks: 88
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# `rnx-kit` - React Native tooling by and for developers
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&color=007acc&labelColor=444444&logoColor=007acc)](https://vscode.dev/github/microsoft/rnx-kit)
[![Build](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml)`rnx-kit` is a collection of battle-tested tools created by Microsoft engineers
to optimize the React Native developer experience. It helps filling gaps in the
React Native ecosystem and streamlines the developer workflow.These tools are actively used every day to ship React Native apps at scale
across Microsoft; now they're open source and available for any React Native
project.## What's included
`rnx-kit` includes tools for:
- Dependency management - Ensure consistent dependency versions across large
projects with `align-deps`.
- Native builds (experimental) - Build Android and iOS apps in the cloud with
`build`. Avoid installing heavy native toolchains.
- Better bundling - `metro-serializer` allows the enhancement of Metro to add
features such as TypeScript validation with Metro, tree shaking, duplicate and
cyclic dependencies detection.
- Microsoft-tailored defaults - you can find Babel preset for Metro opinionated
for Microsoft usage.And many more!
## Get started
Please follow
[Introduction guide](https://microsoft.github.io/rnx-kit/docs/introduction) on
the documentation website to learn about how you can quickly add the "all in
one" CLI to your project and get most of the tools set out of the box.Or follow the
[Getting started guide](https://microsoft.github.io/rnx-kit/docs/guides/getting-started)
for an easy introduction to our dependency management tool.If you want to use only a specific tool, you can refer to its `README` for
details; they are all easily readable in the
[Tools section](https://microsoft.github.io/rnx-kit/docs/tools/overview) of the
documentation.## Contributing
`rnx-kit` is built for the community, by the community - and maintained by
Microsoft engineers. Your contributions are welcome!Take a look at
[CONTRIBUTING](https://github.com/microsoft/rnx-kit/tree/main/CONTRIBUTING.md)
for details.If you are interested in proposing "substantial" changes, please refer to our
[RFC process](https://github.com/microsoft/rnx-kit/tree/rfcs).## License
[MIT License](LICENSE)
## Code of Conduct
This project has adopted the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any
additional questions or comments.