File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ create-wp-site
3
3
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
- ` create-wp-site ` is a is a site creation wizard for your local WordPress development
7
- using [ 10up/wp-local-docker] ( https://github.com/10up/wp-local-docker ) .
6
+ ` create-wp-site ` is a command line tool to create your local WordPress development
7
+ with [ 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
10
## Requirements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-wp-site" ,
3
3
"version" : " 0.1.2" ,
4
- "description" : " Create WordPress site with 10up/wp-local-docker" ,
4
+ "description" : " Create local WordPress development with 10up/wp-local-docker" ,
5
5
"bin" : {
6
6
"create-wp-site" : " bin/create-wp-site"
7
7
},
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import cli from 'commander';
3
3
4
4
export default ( ) => {
5
5
log . info ( '=== Create WP Site v' + cli . version ( ) + ' ===' ) ;
6
- log . info ( 'Create WP Site is a site creation wizard for WordPress using 10up/wp-local-docker' ) ;
6
+ log . info ( 'Create local WordPress development with 10up/wp-local-docker' ) ;
7
7
log . info ( 'Run create-wp-site --help for more info' ) ;
8
8
} ;
You can’t perform that action at this time.
0 commit comments