# adp-components

> webpack packaging and css compiling

Latest version **0.1.1** (published 2019-03-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install adp-components
pnpm add adp-components
yarn add adp-components
bun add adp-components
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2019-03-06 |
| First published | 2019-02-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 22 |
| Unpacked size | 8.7 MB |
| Known vulnerabilities | 0 (+28 in 3 direct dependencies) |
| Install scripts | no |
| Maintainers | basyonic |

## Links

- npm: https://www.npmjs.com/package/adp-components
- Repository: http://eltfuc01:8080/tfs/DefaultCollection/TAMM/_git/Components-ADP
- npm.io page: https://npm.io/package/adp-components

## Dependencies (22)

- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [axios](https://npm.io/package/axios.md) ^0.18.0
- [redux](https://npm.io/package/redux.md) ^4.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.11
- [moment](https://npm.io/package/moment.md) ^2.22.2
- [i18next](https://npm.io/package/i18next.md) ^11.3.2
- [bootstrap](https://npm.io/package/bootstrap.md) ^4.1.1
- [cleave.js](https://npm.io/package/cleave.js.md) ^1.4.4
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [redux-form](https://npm.io/package/redux-form.md) ^7.4.2
- [rtl-detect](https://npm.io/package/rtl-detect.md) ^1.0.2
- [redux-thunk](https://npm.io/package/redux-thunk.md) ^2.3.0
- [postcss-scss](https://npm.io/package/postcss-scss.md) ^2.0.0
- [whatwg-fetch](https://npm.io/package/whatwg-fetch.md) ^2.0.4
- [redux-mock-store](https://npm.io/package/redux-mock-store.md) ^1.5.3
- [dot-prop-immutable](https://npm.io/package/dot-prop-immutable.md) ^1.4.0
- [html-webpack-plugin](https://npm.io/package/html-webpack-plugin.md) ^3.2.0
- [serialize-javascript](https://npm.io/package/serialize-javascript.md) ^1.5.0
- [i18next-fetch-backend](https://npm.io/package/i18next-fetch-backend.md) ^0.1.0
- [babel-plugin-sass-export](https://npm.io/package/babel-plugin-sass-export.md) 0.0.3
- [babel-plugin-react-css-modules](https://npm.io/package/babel-plugin-react-css-modules.md) ^5.0.0
- [i18next-browser-languagedetector](https://npm.io/package/i18next-browser-languagedetector.md) ^3.0.0

## Recent versions

- 0.1.1 (latest) — 2019-03-06
- 0.0.25 — 2019-03-05
- 0.0.23 — 2019-03-04
- 0.0.22 — 2019-03-04
- 0.0.20 — 2019-03-04
- 0.0.17 — 2019-02-26
- 0.0.16 — 2019-02-26
- 0.0.14 — 2019-02-26
- 0.0.12 — 2019-02-26
- 0.0.11 — 2019-02-26
- 0.0.10 — 2019-02-25
- 0.0.8 — 2019-02-25
- 0.0.7 — 2019-02-25
- 0.0.6 — 2019-02-25
- 0.0.5 — 2019-02-25
- … 4 more at https://npm.io/package/adp-components/versions

## README

### Test library package with Webpack

```
npm install git+https://github.com/UsulPro/libpack.git --save
```

```javascript
// index.js:

const fs = require('fs');
const logo =  require('libpack').logo;
const style =  require('libpack').style;

const htmlData = `
<div>
  <style>
    ${style()}
  </style>
  <img src="${logo()}" alt="logo" title="logo" width="200px"/>
</div>
`;

fs.writeFile('test.htm', htmlData, (err) => {
  if (err) throw err;
  console.log('It\'s saved!');
});
```

```
$ node .
```

open `test.htm` in your browser

### build

```
git clone https://github.com/UsulPro/libpack.git
```

edit files in `src/`

```
npm run build
```

in `dist/` you'll see your package

you can install it locally then:

```
npm i D:\path-to-project\libpack\ --save
```

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