# toggle-it-core

> Core implementation of the feature toggle pattern.

Latest version **0.1.0** (published 2018-05-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install toggle-it-core
pnpm add toggle-it-core
yarn add toggle-it-core
bun add toggle-it-core
```

## 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.0 |
| Published | 2018-05-16 |
| First published | 2018-05-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DanielsLuz |
| Maintainers | danielsluz |
| Keywords | feature-toggle, core |

## Links

- npm: https://www.npmjs.com/package/toggle-it-core
- Repository: https://github.com/DanielsLuz/toggle-it-core
- Homepage: https://github.com/DanielsLuz/toggle-it-core#readme
- npm.io page: https://npm.io/package/toggle-it-core

## 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

- 0.1.0 (latest) — 2018-05-16
- 0.0.3 — 2018-05-16
- 0.0.2 — 2018-05-13
- 0.0.1 — 2018-05-13

## README

# toggle-it-core

Core implementation of the [feature-toggle](https://martinfowler.com/articles/feature-toggles.html)
pattern. Mostly to be used by a wrapper that fetches the features configurations.

No dependencies, just pure Javascript (ES6).

## Instalation

```
yarn add toggle-it-core
```

## Usage

Simple example usages can be found at the [tests file](https://github.com/DanielsLuz/toggle-it-core/blob/master/__tests__/toggle-it-core.test.js).

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