Install
Standard
To install Dynamoose you can run the following command.
- npm
- Yarn
npm install --save dynamoose
yarn 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
npm install --save dynamoose@beta
yarn add dynamoose@beta
Branch
You can also install Dynamoose from a specific branch.
- npm
- Yarn
npm install --save dynamoose/dynamoose#main
yarn add dynamoose/dynamoose#main