# @dac-software/offers-perspective

> Offers perspective lib for Qarson

Latest version **1.0.0** (published 2020-06-24) · 0 weekly downloads

## Install

```sh
npm install @dac-software/offers-perspective
pnpm add @dac-software/offers-perspective
yarn add @dac-software/offers-perspective
bun add @dac-software/offers-perspective
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-06-24 |
| First published | 2019-11-29 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10.0.0 |
| Dependencies | 1 |
| Unpacked size | 8.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dac-software |

## Links

- npm: https://www.npmjs.com/package/@dac-software/offers-perspective
- npm.io page: https://npm.io/package/@dac-software/offers-perspective

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15

## Recent versions

- 1.0.0 (latest) — 2020-06-24
- 1.0.0-mvp2 — 2020-01-31
- 1.0.0-mvp — 2020-01-30
- 1.0.0-Q2-1635-7 — 2019-12-02
- 1.0.0-Q2-1635-5 — 2019-11-29
- 1.0.0-Q2-1635-4 — 2019-11-29
- 1.0.0-Q2-1635-3 — 2019-11-29
- 1.0.0-Q2-1635-2 — 2019-11-29
- 1.0.0-Q2-1635 — 2019-11-29

## README

#Offers perspective 

Simple library to share some methods for define user offers perspective. 

Developing bundler is webpack.

Build production build made as simple tsc compilation with asset files copies provided

##Requirements - nodejs v10 + - npm v6.9.0 +

##Installation: Installing dependencies

``npm install``

Build production library files

``npm run build``

##Development

Running dev server in standalone mode

``npm run start``
Running dev mode through bundler in other project. Project should be linked by npm.

``npm run build:dev``

build dev emmits files into dist/esm/phone-number without CSS / files extraction, it is determined by webpack condition on compilation mode

Running tests

``npm run test``

####Codestyle

We are in consonance with standardjs.

Validation codestyle:

``npm run codestyle-check-typescript ``

Automatic fix:

``npm run codestyle-typescript-fix``

####CI (bitbucket pipelines)

Checks codestyles and run tests

##Compilation summary
 
| | ```npm start``` - (standalone dev) | ```npm run build:dev``` (imported as esm in higher bundler) | ```npm run build``` (production build)
|---|---|---|---|
|key dist files|none|dist/esm/offers-perspective.js|dist/esm/offers-perspective.js 
|css extraction|no|css in js|esm: css in js
|files extraction|no|yes|no (copied)

## NPM publishing:
1) Increase version in package.json 
2) Npm login with proper username and password bash npm login 3) Npm publish (command will trigger prepare npm method which should build files to dist directory) bash npm publish --access=public

---
_Source: https://npm.io/package/@dac-software/offers-perspective · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
