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.
Add the dependency to your project's package.json
file:
{
"devDependencies": {
"tuist": "4.43.2"
}
}
And run npm/pnpm/yarn install
to install the package.
- Clone the repository:
git clone git@github.com:tuist/js.git
. - Install dependencies:
mise install
.
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.