Skip to content

Latest commit

Β 

History

History
131 lines (118 loc) Β· 4.12 KB

README.md

File metadata and controls

131 lines (118 loc) Β· 4.12 KB

Welcome to installerzen CLI πŸ‘‘

npm

CI

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

npm i -g installerzen

Usage

Commands supported:

Usage: installerzen [options]

Options:
  -t, --interactive               Interactive mode (default: false)
  -l, --list                      List applications
  -g, --generate <appsToInstall>  Install applications - separate by comma and
                                  without spaces. (eg: -f wget,curl)
  -f, --filename <filename>       File name to generate script (default:
                                  "install.sh")
  -v, --version                   Application version
  -h, --help                      display help for command

CLI in action

Use

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 Terminal string styling done right 4.1.2 MIT production
commander@^5.1.0 the complete solution for node.js command-line programs 5.1.0 MIT production
figlet@^1.3.0 Creates ASCII Art from text. A full implementation of the FIGfont spec. 1.5.2 MIT production
inquirer@~7.1.0 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