> For the complete documentation index, see [llms.txt](https://co-it.gitbook.io/ngrx-ducks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://co-it.gitbook.io/ngrx-ducks/ngrx-ducks-core/getting-started.md).

# Installation

### Installing with npm

Execute the following command to install `@ngrx-ducks/core` with [npm](https://npmjs.com).

```
npm install @ngrx-ducks/core
```

### Installing with yarn

Execute the following command to install `@ngrx-ducks/core` with [yarn](https://yarnpkg.com).

```
yarn add @ngrx-ducks/core
```
