0.0.15 • Published 3 years ago

@aibulat/installer v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Overview

Package to perform various installation automations. Created by using:

  • typescript
  • google zx

Install

  • Create a stub npm project
  • Install the tool there
  • Use via npx. Or via sudo npx
  • Also make sure to have zx
sudo npm i -g zx

mkdir tools
cd tools
npm init -y

npm i @aibulat/installer

Uninstall

# just remove the folder where you have run npm init previosly
# for example:
rm -rf tools

Update

cd tools # navigate to folder you have created
npm outdated
npm info    @aibulat/installer
npm install @aibulat/installer@latest
cat package-lock.json

Use

  • navigate to the folder with npm project, you have created
  • run commands via npx or sudo npx
npx c-vim     # configure vim, make it nicer
npx gen-pw    # generate random password

On Ubuntu Linux, you can use mysql installer:

# install mysql, set random root password
# create database appdb
# create users: appro, apprw
# with read-only and read-write access to database
# create 3 .env files with db access params:
# root.env, appro.env, apprw.env

sudo npx i-ubuntu-mysql appdb
0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago