tuist
v0.5.0
Published
Integrate Tuist into JS-based technologies such as React Native.
Downloads
79
Readme
Tuist JS
This repository contains an NPM package with a two-fold goal:
- Allow technologies (e.g. React Native) that use JavaScript packages such as NPM to resolve Tuist through them.
- Extend or configure the native CLI to work with technologies like React Native.
Development
Setup
- Clone the repository:
git clone [email protected]:tuist/js.git. - Install dependencies:
mise install.
Releasing
The versioning scheme of this package aligns with the versioning of the CLI. A background process periodically checks if there's a new version of the CLI, and if there is, it creates a new release pushing it to the NPM registry.
