Install
Standard
To install Dynamoose you can run the following command.
- npm
- Yarn
- pnpm
npm install --save dynamoose
yarn add dynamoose
pnpm add dynamoose
Prerelease
At times we will also have prerelease versions of Dynamoose that you can install. An example of this would be the following command.
- npm
- Yarn
- pnpm
npm install --save dynamoose@beta
yarn add dynamoose@beta
pnpm add dynamoose@beta
Branch
You can also install Dynamoose from a specific branch.
- npm
- Yarn
- pnpm
npm install --save dynamoose/dynamoose#main
yarn add dynamoose/dynamoose#main
pnpm add dynamoose/dynamoose#main