Skip to content

Commit 3a196d4

Browse files
update readme
1 parent 5d9c526 commit 3a196d4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ create-wp-site
44
[![npm version](https://img.shields.io/npm/v/create-wp-site.svg?style=flat)](https://www.npmjs.com/package/create-wp-site)
55

66
`create-wp-site` is a is a site creation wizard for your local WordPress development
7-
using 10up/wp-local-docker.
7+
using (10up/wp-local-docker)[https://github.com/10up/wp-local-docker].
88
This tools is inspired by site creation wizard for [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV) by (brad/vv)[https://github.com/bradp/vv]
99

10+
## Requirements
11+
12+
* [NodeJs](https://nodejs.org/en/) >= v.6.10.1
13+
* [Npm](https://www.npmjs.com/) >= v.3.10.10
14+
* [Docker](https://www.docker.com/)
15+
* [docker-compose](https://docs.docker.com/compose/)
16+
17+
1018
## Install
1119

1220
```
@@ -41,8 +49,20 @@ $ create-wp-site
4149

4250
For more help on specific command, supply `-h` or `--help`.
4351

52+
## TODOs
53+
54+
- [ ] Clone a repository to `wp-content`
55+
- [ ] Import SQL File
56+
- [ ] Option to remove default themes & plugins
57+
- [ ] Option to add WP_DEBUG and WP_DEBUG_LOG
58+
- [ ] Option to enable multisite subdirectory / subdomain
59+
- [ ] Command to Package & Compress everything
60+
61+
*Note: Pull requests and any feedbacks are always welcome!*
62+
4463
## Credits
4564

65+
* [wp-local-docker](https://github.com/10up/wp-local-docker)
4666
* [wp-tools](https://github.com/gedex/wp-tools)
4767

4868
## License

0 commit comments

Comments
 (0)