Skip to content
/ js Public

A package to resolve and run Tuist using JS dependency managers and runtimes.

License

Notifications You must be signed in to change notification settings

tuist/js

Repository files navigation

Tuist JS

Tuist

This repository contains an NPM package with a two-fold goal:

  1. Allow technologies (e.g. React Native) that use JavaScript packages such as NPM to resolve Tuist through them.
  2. Extend or configure the native CLI to work with technologies like React Native.

Usage

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.

Development

Setup

  1. Clone the repository: git clone git@github.com:tuist/js.git.
  2. 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.

About

A package to resolve and run Tuist using JS dependency managers and runtimes.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published