File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ create-wp-site
4
4
[ ![ npm version] ( https://img.shields.io/npm/v/create-wp-site.svg?style=flat )] ( https://www.npmjs.com/package/create-wp-site )
5
5
6
6
` 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 ] .
8
8
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 ]
9
9
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
+
10
18
## Install
11
19
12
20
```
@@ -41,8 +49,20 @@ $ create-wp-site
41
49
42
50
For more help on specific command, supply ` -h ` or ` --help ` .
43
51
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
+
44
63
## Credits
45
64
65
+ * [ wp-local-docker] ( https://github.com/10up/wp-local-docker )
46
66
* [ wp-tools] ( https://github.com/gedex/wp-tools )
47
67
48
68
## License
You can’t perform that action at this time.
0 commit comments