Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthewruzzi/nativefier-catalog
- Owner: matthewruzzi
- License: mit
- Created: 2021-03-10T03:06:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T19:01:20.000Z (over 2 years ago)
- Last Synced: 2024-07-29T19:23:03.528Z (5 months ago)
- Topics: enquirer, js, mit, nativefier, node, nodejs, site-specific-browser, ssb
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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.exampleOptions
See https://github.com/nativefier/nativefier/blob/master/docs/api.mdExamples
$ ./addApp.js google-docs --name "Google Docs" --targetUrl https://docs.google.com/
```