# @santech/analytics-core

> santech analytics core bundle

Latest version **7.0.0-beta.4** (published 2019-02-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @santech/analytics-core
pnpm add @santech/analytics-core
yarn add @santech/analytics-core
bun add @santech/analytics-core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 7.0.0-beta.4 |
| Published | 2019-02-06 |
| First published | 2018-04-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 816.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Paul Souche |
| Maintainers | outilssantech |
| Keywords | santech, studio, analytics, core |

## Links

- npm: https://www.npmjs.com/package/@santech/analytics-core
- Repository: https://github.com/santech-org/studio
- Homepage: https://github.com/santech-org/studio#readme
- Issues: https://github.com/santech-org/studio/issues
- npm.io page: https://npm.io/package/@santech/analytics-core

## Dependencies (2)

- [@santech/core](https://npm.io/package/@santech/core.md) ^7.0.0-beta.4
- [@types/segment-analytics](https://npm.io/package/@types/segment-analytics.md) *

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 7.0.0-beta.4 (latest) — 2019-02-06
- 7.0.0-alpha.16 — 2019-02-06
- 7.0.0-beta.3 — 2018-11-15
- 7.0.0-alpha.15 — 2018-11-14
- 7.0.0-beta.2 — 2018-11-05
- 7.0.0-beta.1 — 2018-10-12
- 7.0.0-beta.0 — 2018-08-28
- 7.0.0-alpha.14 — 2018-08-23
- 7.0.0-alpha.13 — 2018-07-31
- 7.0.0-alpha.12 — 2018-07-24
- 7.0.0-alpha.11 — 2018-07-23
- 7.0.0-alpha.10 — 2018-06-26
- 7.0.0-alpha.9 — 2018-06-21
- 7.0.0-alpha.8 — 2018-06-02
- 7.0.0-alpha.7 — 2018-05-30
- … 7 more at https://npm.io/package/@santech/analytics-core/versions

## README

@santech/analytics-core
[![Dependency Status](https://david-dm.org/santech-org/studio/status.svg?path=%40santech%2Fanalytics-core)](https://david-dm.org/santech-org/studio?path=%40santech%2Fanalytics-core)
[![devDependency Status](https://david-dm.org/santech-org/studio/dev-status.svg?path=%40santech%2Fanalytics-core)](https://david-dm.org/santech-org/studio?path=%40santech%2Fanalytics-core&type=dev)
========

@santech/analytics-core is a npm module that exports segment core bundle of the santech studio

## Prerequisites

You need to have globally installed:

* node 9.x.x
* npm 5.x.x
* yarn 1.x.x

## Development

Install all the dependencies

```
yarn
```

Build the package

```
yarn build
```

Publish the package

```
npm publish
```

## Require package in your project

```
npm i @santech/analytics-core -S
```

Import module

```javascript
import { analytics } from '@santech/analytics-core';
// or
var analytics = require('@santech/analytics-core').analytics;
// or
var analytics = Santech.AnalyticsCore.analytics;
```

## Examples

Angular 1

```html
<script type="text/javascript" src="./node_modules/@santech/analytics-core/dist/umd/index.js"></script>
```

```javascript
Santech.AnalyticsCore.analytics.page();
```

Angular 2

```typescript
import { analytics } from '@santech/analytics-core';

analytics.page();
```

---
_Source: https://npm.io/package/@santech/analytics-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
