Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jfollmann/installerzen

👨‍💻 Install applications on linux with one command in less than 30 seconds.
https://github.com/jfollmann/installerzen

Last synced: 8 days ago
JSON representation

👨‍💻 Install applications on linux with one command in less than 30 seconds.

Awesome Lists containing this project

README

        

# Welcome to installerzen CLI 👑

[![npm](https://img.shields.io/badge/npm-v1.0.17-blue.svg)](https://www.npmjs.com/package/installerzen)

![CI](https://github.com/jfollmann/installerzen/workflows/CI/badge.svg)

With `installerzen` you can perfom the installation of many of main applications in just one simple and easy-to-use program!

Install applications on linux with one command in less than 30 seconds..

## Table of Contents

- [Install CLI](#install-cli)
- [Usage](#usage)
- [CLI in action](#cli-in-action)
- [Supported apps (by now)](#supported-apps-by-now)
- [Contribute](#contribute)
- [List of dependencies](#list-of-dependencies)
- [Show your support](#show-your-support)

## Install CLI
```sh
npm i -g installerzen
```

## Usage
Commands supported:
```
Usage: installerzen [options]

Options:
-t, --interactive Interactive mode (default: false)
-l, --list List applications
-g, --generate Install applications - separate by comma and
without spaces. (eg: -f wget,curl)
-f, --filename File name to generate script (default:
"install.sh")
-v, --version Application version
-h, --help display help for command
```
## CLI in action
![Use](https://github.com/jfollmann/installerzen/blob/main/docs/installerzen-demo.gif?raw=true)

## Supported apps (by now)

```
sh/
├── 7zip.sh
├── atom.sh
├── authy.sh
├── aws-cli.sh
├── az-cli.sh
├── beekeeperstudio.sh
├── beyond-compare.sh
├── bitwarden.sh
├── brackets.sh
├── brave.sh
├── cheese.sh
├── chrome.sh
├── chromium.sh
├── ctop.sh
├── curl.sh
├── dbeaver.sh
├── discord.sh
├── docker-compose.sh
├── docker.sh
├── dropbox.sh
├── figma.sh
├── firefox-dev.sh
├── fonts-firacode.sh
├── fonts-hack.sh
├── gimp.sh
├── git-lfs.sh
├── git.sh
├── gitkraken.sh
├── go.sh
├── googledriver.sh
├── helm.sh
├── heroku-cli.sh
├── hub-cli.sh
├── insomnia.sh
├── libre-office.sh
├── notepad++.sh
├── notion.sh
├── nvm.sh
├── obs-studio.sh
├── ohmyzsh.sh
├── peek.sh
├── postgresql.sh
├── postman.sh
├── redis-desktop-manager.sh
├── remmina.sh
├── robo3t.sh
├── skype.sh
├── slack.sh
├── spotify.sh
├── sublime.sh
├── terminator.sh
├── tmux.sh
├── transmission.sh
├── tree.sh
├── twitch.sh
├── vim.sh
├── vlc.sh
├── vscode.sh
├── wget.sh
└── yarn.sh
```

## Contribute
If your programs are not supported, it would be great if you sent me a pull request with implementation.

## List of dependencies

| **Dependency** | **Description** | **Version** | **License** | **Type** |
| -------------- | --------------- | ----------- | ----------- | -------- |
| [chalk@^4.0.0](https://github.com/chalk/chalk) | Terminal string styling done right | 4.1.2 | MIT | production |
| [commander@^5.1.0](https://github.com/tj/commander.js) | the complete solution for node.js command-line programs | 5.1.0 | MIT | production |
| [figlet@^1.3.0](https://github.com/patorjk/figlet.js) | Creates ASCII Art from text. A full implementation of the FIGfont spec. | 1.5.2 | MIT | production |
| [inquirer@~7.1.0](https://github.com/SBoudrias/Inquirer.js) | A collection of common interactive command line user interfaces. | 7.1.0 | MIT | production |

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_