# @savant/webapp

> Create chrome web app's easily in any Debain based distro.

Latest version **1.1.3** (published 2023-03-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install @savant/webapp
pnpm add @savant/webapp
yarn add @savant/webapp
bun add @savant/webapp
```

Provides the command `webapp`.

## 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.1.3 |
| Published | 2023-03-21 |
| First published | 2023-03-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | savant |

## Links

- npm: https://www.npmjs.com/package/@savant/webapp
- npm.io page: https://npm.io/package/@savant/webapp

## Dependencies (7)

- [colors](https://npm.io/package/colors.md) ^1.4.0
- [request](https://npm.io/package/request.md) ^2.88.2
- [inquirer](https://npm.io/package/inquirer.md) ^8.2.5
- [commander](https://npm.io/package/commander.md) ^10.0.0
- [imagemagick](https://npm.io/package/imagemagick.md) ^0.1.3
- [ora-classic](https://npm.io/package/ora-classic.md) ^5.4.2
- [chrome-paths](https://npm.io/package/chrome-paths.md) ^1.0.1

## Recent versions

- 1.1.3 (latest) — 2023-03-21
- 1.1.2 — 2023-03-21
- 1.1.1 — 2023-03-21

## README

# webapp
Create chrome web app's easily in any Debain based distro.

## Inspiration
The built in `Web Apps` falls short in a few ways.

Primarily it does not allow user-data-dir persistence or custom chrome flags.

## Installation
```sh
$ npm install @savant/webapp
```

** Usage

Creating a webapp shortcut is simple...
```sh
$ webapp --u|--url <url> --n|--name <name> --i|--icon <iconUrl>
```

You can also launch them from the command line as well...
```sh
$ webapp run <name>
```
This command is expected to output the PID of the launched process. i.e.
```
ProcessID: 1023484
```

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