System Requirements
turboprisma
works with yarn, npm and pnpm on the following operating systems:
macOS darwin 64-bit (Intel), ARM 64-bit (Apple Silicon)
Linux 64-bit, ARM 64-bit
Windows 64-bit, ARM 64-bit
Global Installation (Recommended)
We recommend installing Turboprisma globally so you don't have to create a node.js instance every time you invoke a command. This will help the program run much faster since we bypass the runtime that package managers provide, allowing you to use turboprisma
from anywhere.
npm install
turboprisma
--global
# or
yarn global add
turboprisma
# or
pnpm install
turboprisma
--global
Install Per Repository
We recommend against installing Turboprisma locally because you're going to have to invoke commands via your package manager, requiring starting another extra program which degrades performance. If you are going down this route, you will receive no support regarding potential slow runs. We are very focused on the performance of Turboprisma, so this isn't a proper representation of the power of the CLI.
npm install
turboprisma
--dev
# or
yarn add
turboprisma
--dev
# or
pnpm add
turboprisma
--save-dev