# eapstyles

> because creative is you

Latest version **1.1.6** (published 2021-03-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install eapstyles
pnpm add eapstyles
yarn add eapstyles
bun add eapstyles
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.1.6 |
| Published | 2021-03-02 |
| First published | 2021-03-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | erlangga |
| Maintainers | pashaerlangga |
| Keywords | cli, color, terminal, style, rainbow, creative |

## Links

- npm: https://www.npmjs.com/package/eapstyles
- Repository: https://github.com/pasha1110/eapstyles
- Homepage: https://github.com/pasha1110/eapstyles#readme
- Issues: https://github.com/pasha1110/eapstyles/issues
- npm.io page: https://npm.io/package/eapstyles

## Dependencies (1)

- [ansi-styles](https://npm.io/package/ansi-styles.md) ^5.1.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.1.6 (latest) — 2021-03-02
- 1.1.5 — 2021-03-02

## README

# eapstyles

_because creative is you_

## Introduction

Hello programmers, this package is to help you create interactive command line

with just 5kb!(may change at any time) You can build an interactive, elegant, and powerfull commandline, of course

this package is inspired by `ansi-styles`, with a few changes we changed the writing style to make it easier and more elegant, of course

this package is recomended to use with eapcase

**note** this package is under `MIT` lisence

## Installation

Before starting to use this package must be installed first using the command below

> npm install --global eapstyles

**note** --global flags to install globally, remove --global if you don't want install globaly

## Fast documentation

### Usage

import eapstyles using `require ("eapstyles")`

example:

```javascript
const { Color, Font, Bg } = require("eapstyles");

// for color example

console.log(Color.green("Success!"));

// for Font example

console.log(Font.underline("Success!"));

// for Bg(background color) example

console.log(Bg.magenta("Success!"));

// for see other color, font, and Bg method ru this

console.dir(Color);

console.log("");

console.dir(Font);

console.log("");

console.dir(Bg);
```

### Color and background color support

| color  | version |
| ------ | ------- |
| green  | 1.1.5   |
| white  | 1.1.5   |
| yellow | 1.1.5   |
| green  | 1.1.5   |
| black  | 1.1.5   |
| gray   | 1.1.5   |
| cyan   | 1.1.5   |

### Font support

| font      | version |
| --------- | ------- |
| italic    | 1.1.5   |
| dim       | 1.1.5   |
| underline | 1.1.5   |
| bold      | 1.1.5   |

### Tips

1. Use {} at import this package

   example:
   `const { Color, Font, Bg } = require("eapstyles");`

2. Give your project comment

3. If you are using VS code(visual studio code) install prettier code formatter extension

## Consclusion

So that was the documentation for eapstyles, a tool to give command line color. The next update will include more Color, font, or background color, so wait for the next update, ok!.

So good-bye, and don't forget the semicolon, bye bye!

_made with LOVE and write in javascript_ ~ erlangga

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