# @giancarl021/text-loader

> A simple CLI-Interface that allows you to pop-up a Browser window with the text you wrote

Latest version **1.0.0** (published 2020-04-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @giancarl021/text-loader
pnpm add @giancarl021/text-loader
yarn add @giancarl021/text-loader
bun add @giancarl021/text-loader
```

Provides the command `text-loader`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-04-11 |
| First published | 2020-04-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 49.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | giancarl021 |
| Maintainers | giancarl021 |

## Links

- npm: https://www.npmjs.com/package/@giancarl021/text-loader
- Repository: https://github.com/Giancarl021/Text-Loader
- Homepage: https://github.com/Giancarl021/Text-Loader#readme
- Issues: https://github.com/Giancarl021/Text-Loader/issues
- npm.io page: https://npm.io/package/@giancarl021/text-loader

## Dependencies (2)

- [opn](https://npm.io/package/opn.md) ^6.0.0
- [yargs](https://npm.io/package/yargs.md) ^15.3.1

## Recent versions

- 1.0.0 (latest) — 2020-04-11

## README

# Text-Loader
**A simple CLI-Interface that allows you to pop-up a Browser window with the text you wrote**

### Installation

##### NPM:
``npm install --global @giancarl021/text-loader``

#### Yarn:
``yarn global add @giancarl021/text-loader``

### Examples

#### Simple text

``text-loader -t "Simple Text"``

This will pop-up a window on your browser with text below:
![](docs/img/Simple-Example.png)

#### Simple Highlight

``text-loader -t "Simple {Highlight}"``

This will pop-up a window on your browser with the text below:

![](docs/img/Simple-Highlight.png)

#### Double Highlight

``text-loader -t "Double {{Highlight}}"`` 

This will pop-up a window on your browser with the text below:
![](docs/img/Double-Highlight.png)

### Flags

``-t|--text`` The text that will be loaded in the page. Default went to ``No text defined``
``-e|--editable`` If the text will be editable on the web page

### Customize Web Page

If you want to customize the CSS or JavaScript of the page, you can by writing ``text-loader config``. This will open the folder where the page is loaded.

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