forked from wheels-dev/wheels-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
31 lines (31 loc) · 1.04 KB
/
box.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
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":"1.1.0",
"author":"Tom King, Peter Amiri",
"location":"cfwheels/cfwheels-cli#v1.1.0",
"directory":"",
"createPackageDirectory":true,
"packageDirectory":"cfwheels-cli",
"homepage":"https://github.com/cfwheels/cfwheels-cli",
"documentation":"",
"repository":{
"type":"GIT",
"URL":"https://github.com/cfwheels/cfwheels-cli"
},
"bugs":"",
"slug":"cfwheels-cli",
"shortDescription":"CFWheels CLI Commands for CommandBox",
"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='cfwheels/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"
}
}