theme-juice 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/theme-juice/man/tj +9 -22
- data/lib/theme-juice/man/tj-create +1 -16
- data/lib/theme-juice/man/tj-create.txt +5 -9
- data/lib/theme-juice/man/tj-delete +1 -7
- data/lib/theme-juice/man/tj-delete.txt +2 -3
- data/lib/theme-juice/man/tj-setup +1 -7
- data/lib/theme-juice/man/tj-setup.txt +2 -3
- data/lib/theme-juice/man/tj.txt +10 -9
- data/lib/theme-juice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1b4c6c5386a10675c41530b98cc3cb632b15674
|
4
|
+
data.tar.gz: ec5d31b3351fc7efcd76a8253e1f1fe0710c16c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a83728c0aa8e14031916578cd8be69008fcc51e917683aee678e31a0e9427c0d9b6d656ad53f9c204cc6bd9486ac562ed82db40f2bf29ac9e20192503a7a019
|
7
|
+
data.tar.gz: a0aa3c029fcd9639135a6fd26f4f9ffabad2f8393a11149190b3dab1ec0efe7e878ff53e2d216740da8f2ac62f11c48d954875efce5c8a340481ad6d1c2b9d32
|
data/lib/theme-juice/man/tj
CHANGED
@@ -10,16 +10,7 @@
|
|
10
10
|
\fBtj\fR [\fIcommand\fR] [\-\-flag=\fIarg\fR] [\-\-flag]
|
11
11
|
.
|
12
12
|
.SH "DESCRIPTION"
|
13
|
-
\fBTheme Juice\fR is a WordPress development command line utility that allows
|
14
|
-
.
|
15
|
-
.br
|
16
|
-
you to scaffold out entire Vagrant development environments in seconds
|
17
|
-
.
|
18
|
-
.br
|
19
|
-
(using VVV \fIhttps://github\.com/Varying\-Vagrant\-Vagrants/VVV\fR as the VM),
|
20
|
-
.
|
21
|
-
.br
|
22
|
-
manage dependencies and build tools, and even handle deployments\.
|
13
|
+
\fBTheme Juice\fR is a WordPress development command line utility that allows you to scaffold out entire Vagrant development environments in seconds (using VVV \fIhttps://github\.com/Varying\-Vagrant\-Vagrants/VVV\fR as the VM), manage dependencies and build tools, and even handle deployments\.
|
23
14
|
.
|
24
15
|
.SH "GLOBAL OPTIONS"
|
25
16
|
.
|
@@ -145,14 +136,17 @@ Delete a project
|
|
145
136
|
List all projects
|
146
137
|
|
147
138
|
.
|
148
|
-
.SH "
|
149
|
-
These run the corresponding command from your project\'s config file\. They
|
139
|
+
.SH "SECONDARY COMMANDS"
|
150
140
|
.
|
151
|
-
.
|
152
|
-
|
141
|
+
.TP
|
142
|
+
\fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]:
|
153
143
|
.
|
154
144
|
.br
|
155
|
-
|
145
|
+
Manage development environment\. Commands are proxied to your Vagrant installation so that they can be run from any directory\.
|
146
|
+
|
147
|
+
.
|
148
|
+
.SH "CONFIG COMMANDS"
|
149
|
+
These run the corresponding command from your project\'s config file\. They accept any number of commands, since the behavior and handling of input is defined within the config file itself\.
|
156
150
|
.
|
157
151
|
.TP
|
158
152
|
\fBinstall\fR, \fBbuild\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]:
|
@@ -202,11 +196,4 @@ Backup project
|
|
202
196
|
.br
|
203
197
|
Manage and run project tests
|
204
198
|
|
205
|
-
.
|
206
|
-
.TP
|
207
|
-
\fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]:
|
208
|
-
.
|
209
|
-
.br
|
210
|
-
Manage development environment
|
211
|
-
|
212
199
|
|
@@ -10,22 +10,7 @@
|
|
10
10
|
\fBtj create\fR [\-\-flag=\fIarg\fR] [\-\-flag]
|
11
11
|
.
|
12
12
|
.SH "DESCRIPTION"
|
13
|
-
Creates a new project\. It will lead the user through a series of prompts to
|
14
|
-
.
|
15
|
-
.br
|
16
|
-
set up required project information, such as name, location, theme, database
|
17
|
-
.
|
18
|
-
.br
|
19
|
-
info, etc\. Using the specified information, it will run the installation
|
20
|
-
.
|
21
|
-
.br
|
22
|
-
process and set up a local development environment, if it hasn\'t already
|
23
|
-
.
|
24
|
-
.br
|
25
|
-
been set up\. It will sync your local project location with the project
|
26
|
-
.
|
27
|
-
.br
|
28
|
-
location within the VM\.
|
13
|
+
Creates a new project\. It will lead the user through a series of prompts to set up required project information, such as name, location, theme, database info, etc\. Using the specified information, it will run the installation process and set up a local development environment, if it hasn\'t already been set up\. It will sync your local project location with the project location within the VM\.
|
29
14
|
.
|
30
15
|
.SH "GLOBAL OPTIONS"
|
31
16
|
.
|
@@ -10,15 +10,11 @@ SYNOPSIS
|
|
10
10
|
|
11
11
|
DESCRIPTION
|
12
12
|
Creates a new project. It will lead the user through a series of
|
13
|
-
prompts to
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
process and set up a local development environment, if it hasn't
|
19
|
-
already
|
20
|
-
been set up. It will sync your local project location with the project
|
21
|
-
location within the VM.
|
13
|
+
prompts to set up required project information, such as name, location,
|
14
|
+
theme, database info, etc. Using the specified information, it will run
|
15
|
+
the installation process and set up a local development environment, if
|
16
|
+
it hasn't already been set up. It will sync your local project location
|
17
|
+
with the project location within the VM.
|
22
18
|
|
23
19
|
GLOBAL OPTIONS
|
24
20
|
-n, --name=string:
|
@@ -10,13 +10,7 @@
|
|
10
10
|
\fBtj delete\fR [\-\-flag=\fIarg\fR] [\-\-flag]
|
11
11
|
.
|
12
12
|
.SH "DESCRIPTION"
|
13
|
-
Remove a project from your development environment\. This will only remove files
|
14
|
-
.
|
15
|
-
.br
|
16
|
-
that were generated by \fBtj\fR i\.e\. the database setup, development url, and
|
17
|
-
.
|
18
|
-
.br
|
19
|
-
shared directories\.
|
13
|
+
Remove a project from your development environment\. This will only remove files that were generated by \fBtj\fR i\.e\. the database setup, development url, and shared directories\.
|
20
14
|
.
|
21
15
|
.P
|
22
16
|
It will not touch your local folders that were synced to the VM\.
|
@@ -10,9 +10,8 @@ SYNOPSIS
|
|
10
10
|
|
11
11
|
DESCRIPTION
|
12
12
|
Remove a project from your development environment. This will only
|
13
|
-
remove files
|
14
|
-
|
15
|
-
shared directories.
|
13
|
+
remove files that were generated by tj i.e. the database setup, devel-
|
14
|
+
opment url, and shared directories.
|
16
15
|
|
17
16
|
It will not touch your local folders that were synced to the VM.
|
18
17
|
|
@@ -10,13 +10,7 @@
|
|
10
10
|
\fBtj setup\fR [\-\-flag=\fIarg\fR] [\-\-flag]
|
11
11
|
.
|
12
12
|
.SH "DESCRIPTION"
|
13
|
-
Sets up an existing local project within the development environment\. You
|
14
|
-
.
|
15
|
-
.br
|
16
|
-
will go through a series of prompts to create the necessary files\. This
|
17
|
-
.
|
18
|
-
.br
|
19
|
-
command is essentially an alias for \fBtj create \-\-bare\fR\.
|
13
|
+
Sets up an existing local project within the development environment\. You will go through a series of prompts to create the necessary files\. This command is essentially an alias for \fBtj create \-\-bare\fR\.
|
20
14
|
.
|
21
15
|
.SH "GLOBAL OPTIONS"
|
22
16
|
.
|
@@ -10,9 +10,8 @@ SYNOPSIS
|
|
10
10
|
|
11
11
|
DESCRIPTION
|
12
12
|
Sets up an existing local project within the development environment.
|
13
|
-
You
|
14
|
-
|
15
|
-
command is essentially an alias for tj create --bare.
|
13
|
+
You will go through a series of prompts to create the necessary files.
|
14
|
+
This command is essentially an alias for tj create --bare.
|
16
15
|
|
17
16
|
GLOBAL OPTIONS
|
18
17
|
-n, --name=name:
|
data/lib/theme-juice/man/tj.txt
CHANGED
@@ -10,8 +10,8 @@ SYNOPSIS
|
|
10
10
|
|
11
11
|
DESCRIPTION
|
12
12
|
Theme Juice is a WordPress development command line utility that allows
|
13
|
-
you to scaffold out entire Vagrant development environments in
|
14
|
-
(using
|
13
|
+
you to scaffold out entire Vagrant development environments in seconds
|
14
|
+
(using VVV https://github.com/Varying-Vagrant-Vagrants/VVV as the VM),
|
15
15
|
manage dependencies and build tools, and even handle deployments.
|
16
16
|
|
17
17
|
GLOBAL OPTIONS
|
@@ -86,11 +86,16 @@ PRIMARY COMMANDS
|
|
86
86
|
List all projects
|
87
87
|
|
88
88
|
|
89
|
+
SECONDARY COMMANDS
|
90
|
+
vm, vagrant, vvv=[command[,command]...]:
|
91
|
+
Manage development environment. Commands are proxied to your
|
92
|
+
Vagrant installation so that they can be run from any directory.
|
93
|
+
|
94
|
+
|
89
95
|
CONFIG COMMANDS
|
90
96
|
These run the corresponding command from your project's config file.
|
91
|
-
They
|
92
|
-
|
93
|
-
is defined within the config file itself.
|
97
|
+
They accept any number of commands, since the behavior and handling of
|
98
|
+
input is defined within the config file itself.
|
94
99
|
|
95
100
|
install, build=[command[,command]...]:
|
96
101
|
Run installation for project
|
@@ -120,10 +125,6 @@ CONFIG COMMANDS
|
|
120
125
|
Manage and run project tests
|
121
126
|
|
122
127
|
|
123
|
-
vm, vagrant, vvv=[command[,command]...]:
|
124
|
-
Manage development environment
|
125
|
-
|
126
|
-
|
127
128
|
|
128
129
|
|
129
130
|
|
data/lib/theme-juice/version.rb
CHANGED