Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewruzzi/nativefier-catalog

Catalog of nativefier apps
https://github.com/matthewruzzi/nativefier-catalog

enquirer js mit nativefier node nodejs site-specific-browser ssb

Last synced: about 1 month ago
JSON representation

Catalog of nativefier apps

Awesome Lists containing this project

README

        

# nativefier-catalog

> Calalog of [nativefier](https://github.com/nativefier/nativefier) apps

## Install

```
npm install --global https://github.com/mattruzzi/nativefier-catalog
```

## Usage

Type the name of an app to search or select it from the list to create it.

```
$ nativefier-catalog
? What app do you want to create …
Gmail
Google Meet
Google Docs
Google Sheets
Google Slides
```

## Dev

```
git clone https://github.com/mattruzzi/nativefier-catalog.git
cd nativefier-catalog
npm install
npm link
```

### Adding an app to apps.json

```
$ ./addApp.js [app-token] --name "App Name" --targetUrl https://appurl.example

Options
See https://github.com/nativefier/nativefier/blob/master/docs/api.md

Examples
$ ./addApp.js google-docs --name "Google Docs" --targetUrl https://docs.google.com/
```