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

https://github.com/andrearufo/newp

A fast script to create a new Wordpress installatio in a folder via CLI
https://github.com/andrearufo/newp

Last synced: 3 months ago
JSON representation

A fast script to create a new Wordpress installatio in a folder via CLI

Awesome Lists containing this project

README

          

# neWp

The *neWp* (read _new wp_) is a blazing fast script to create a new Wordpress installation in a new folder via CLI.

## How to install

To use this script is necessary to download the `newp.sh` and make it executable.

```
$ wget -O newp https://raw.githubusercontent.com/andrearufo/newp/main/newp.sh
$ chmod +x newp
```

### For global shortcut

```
$ cd /usr/local/bin
$ wget -O newp https://raw.githubusercontent.com/andrearufo/newp/main/newp.sh
$ chmod +x newp
```

## Kudos

- https://www.taniarascia.com/how-to-create-and-use-bash-scripts/
- https://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/
- https://github.com/RoverWire/virtualhost