forked from cfwheels/wheels-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbox.json
31 lines (31 loc) · 1.08 KB
/
box.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name":"CFWheels CLI Commands",
"version":"0.7.0",
"author":"Tom King, Peter Amiri",
"location":"neokoenig/cfwheels-cli#v0.7.0",
"directory":"",
"createPackageDirectory":true,
"packageDirectory":"cfwheels-cli",
"homepage":"https://github.com/neokoenig/cfwheels-cli",
"documentation":"",
"repository":{
"type":"GIT",
"URL":"https://github.com/neokoenig/cfwheels-cli"
},
"bugs":"",
"slug":"cfwheels-cli",
"shortDescription":"Highly Experimental CFWheels CLI Commands for CommandBox: use at your own risk",
"description":"",
"instructions":"Install via CommandBox by typing 'install cfwheels-cli'",
"changelog":"",
"type":"commandbox-modules",
"keywords":"cfwheels,cli,commands",
"private":false,
"scripts":{
"postVersion":"package set location='neokoenig/cfwheels-cli#v`package version`'",
"postPublish":"!git push --follow-tags",
"patch-release":"bump --patch && publish",
"minor-release":"bump --minor && publish",
"major-release":"bump --major && publish"
}
}