2017 © Pedro Peláez
 

library scripts

image

nf/scripts

  • Monday, October 23, 2017
  • by NightFury
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

Installation

First, download the package using Composer:, (*1)

composer global require nf/scripts

Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the laravel executable can be located by your system., (*2)

Update your information by run update command, whenever you want to change your information just run this command again, (*3)

nfupdate

Command

Disable ipv6 (Mac only)

Disable ipv6, (*4)

setv6off [-t|--type]

-t|--type (optional) Wi-Fi or Ethernet, (*5)

List all your databases

The result is same with "show databases" query, (*6)

dbshow

Create new database

dbcreate {database_name} [-d|--drop]

-d|--drop(optional) drop your existing database and create new one, (*7)

Dump database

dbdump {database_name} {relative_path_to_your_sql_file} [-d|--drop] [-c|--create] [-u|--user] [-p|--password]

-d|--drop (optional) drop your existing database before dump, (*8)

-c|--create (optional) create new database before dump, (*9)

-u|--user (optional) MySQL username if you want to run this command with given username, (*10)

-p|--password (optional) MySQL password if you want to run this command with given password, (*11)

Edit hosts file (Mac only)

Open your hosts file, (*12)

edithost

The Versions

23/10 2017

1.0.7

1.0.7.0

  Sources   Download

MIT

by hieupv

29/09 2017

dev-master

9999999-dev

  Sources   Download

MIT

by hieupv

29/09 2017

1.0.6

1.0.6.0

  Sources   Download

MIT

by hieupv

29/09 2017

1.0.5

1.0.5.0

  Sources   Download

MIT

by hieupv

25/09 2017

1.0.4

1.0.4.0

  Sources   Download

MIT

by hieupv

12/09 2017

1.0.3

1.0.3.0

  Sources   Download

MIT

by hieupv

09/09 2017

1.0.2

1.0.2.0

  Sources   Download

MIT

by hieupv

04/09 2017

1.0.1

1.0.1.0

  Sources   Download

MIT

by hieupv

01/09 2017

1.0.0

1.0.0.0

  Sources   Download

MIT

by hieupv