kookeeper 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. metadata +11 -111
  3. data/.github/ISSUE_TEMPLATE.md +0 -20
  4. data/.gitignore +0 -50
  5. data/.travis.yml +0 -19
  6. data/CODE_OF_CONDUCT.md +0 -46
  7. data/CONTRIBUTING.md +0 -70
  8. data/Gemfile +0 -10
  9. data/Gemfile.lock +0 -125
  10. data/LICENSE +0 -21
  11. data/README.md +0 -113
  12. data/Rakefile +0 -2
  13. data/big_keeper.gemspec +0 -50
  14. data/bin/big +0 -14
  15. data/bin/koo +0 -14
  16. data/bin/setup +0 -8
  17. data/docs/en-US/FEATURE.md +0 -0
  18. data/docs/en-US/README.md +0 -54
  19. data/docs/zh-CN/BIGKEEPER_FILE.md +0 -84
  20. data/docs/zh-CN/FEATURE&HOTFIX.md +0 -88
  21. data/docs/zh-CN/IMAGE.md +0 -0
  22. data/docs/zh-CN/PODFILE.md +0 -43
  23. data/docs/zh-CN/README.md +0 -113
  24. data/docs/zh-CN/RECOMMEND.md +0 -22
  25. data/docs/zh-CN/RELEASE.md +0 -60
  26. data/docs/zh-CN/SPEC.md +0 -39
  27. data/lib/big_keeper/command/client.rb +0 -50
  28. data/lib/big_keeper/command/feature&hotfix/delete.rb +0 -40
  29. data/lib/big_keeper/command/feature&hotfix/finish.rb +0 -54
  30. data/lib/big_keeper/command/feature&hotfix/list.rb +0 -63
  31. data/lib/big_keeper/command/feature&hotfix/publish.rb +0 -56
  32. data/lib/big_keeper/command/feature&hotfix/pull.rb +0 -26
  33. data/lib/big_keeper/command/feature&hotfix/push.rb +0 -27
  34. data/lib/big_keeper/command/feature&hotfix/rebase.rb +0 -32
  35. data/lib/big_keeper/command/feature&hotfix/start.rb +0 -74
  36. data/lib/big_keeper/command/feature&hotfix/switch.rb +0 -46
  37. data/lib/big_keeper/command/feature&hotfix/update.rb +0 -66
  38. data/lib/big_keeper/command/feature&hotfix.rb +0 -167
  39. data/lib/big_keeper/command/image/image.rb +0 -0
  40. data/lib/big_keeper/command/image.rb +0 -28
  41. data/lib/big_keeper/command/init.rb +0 -36
  42. data/lib/big_keeper/command/pod/podfile.rb +0 -72
  43. data/lib/big_keeper/command/pod.rb +0 -55
  44. data/lib/big_keeper/command/release/finish.rb +0 -36
  45. data/lib/big_keeper/command/release/home.rb +0 -92
  46. data/lib/big_keeper/command/release/module.rb +0 -65
  47. data/lib/big_keeper/command/release/publish.rb +0 -4
  48. data/lib/big_keeper/command/release/start.rb +0 -78
  49. data/lib/big_keeper/command/release.rb +0 -100
  50. data/lib/big_keeper/command/spec/add.rb +0 -9
  51. data/lib/big_keeper/command/spec/analyze.rb +0 -88
  52. data/lib/big_keeper/command/spec/delete.rb +0 -9
  53. data/lib/big_keeper/command/spec/list.rb +0 -19
  54. data/lib/big_keeper/command/spec/search.rb +0 -9
  55. data/lib/big_keeper/command/spec/sync.rb +0 -12
  56. data/lib/big_keeper/command/spec.rb +0 -78
  57. data/lib/big_keeper/dependency/dep_gradle_operator.rb +0 -74
  58. data/lib/big_keeper/dependency/dep_operator.rb +0 -48
  59. data/lib/big_keeper/dependency/dep_pod_operator.rb +0 -130
  60. data/lib/big_keeper/dependency/dep_service.rb +0 -14
  61. data/lib/big_keeper/dependency/dep_type.rb +0 -33
  62. data/lib/big_keeper/model/gitflow_type.rb +0 -43
  63. data/lib/big_keeper/model/library_model.rb +0 -116
  64. data/lib/big_keeper/model/operate_type.rb +0 -30
  65. data/lib/big_keeper/model/podfile_model.rb +0 -33
  66. data/lib/big_keeper/service/git_service.rb +0 -211
  67. data/lib/big_keeper/service/module_service.rb +0 -224
  68. data/lib/big_keeper/service/stash_service.rb +0 -45
  69. data/lib/big_keeper/util/bigkeeper_parser.rb +0 -260
  70. data/lib/big_keeper/util/cache_operator.rb +0 -118
  71. data/lib/big_keeper/util/code_operator.rb +0 -37
  72. data/lib/big_keeper/util/command_line_util.rb +0 -9
  73. data/lib/big_keeper/util/file_operator.rb +0 -33
  74. data/lib/big_keeper/util/git_operator.rb +0 -242
  75. data/lib/big_keeper/util/gitflow_operator.rb +0 -51
  76. data/lib/big_keeper/util/gradle_content_generator.rb +0 -26
  77. data/lib/big_keeper/util/gradle_file_operator.rb +0 -339
  78. data/lib/big_keeper/util/gradle_module_operator.rb +0 -70
  79. data/lib/big_keeper/util/info_plist_operator.rb +0 -46
  80. data/lib/big_keeper/util/leancloud_logger.rb +0 -84
  81. data/lib/big_keeper/util/list_generator.rb +0 -101
  82. data/lib/big_keeper/util/lockfile_parser.rb +0 -143
  83. data/lib/big_keeper/util/logger.rb +0 -47
  84. data/lib/big_keeper/util/pod_operator.rb +0 -70
  85. data/lib/big_keeper/util/podfile_detector.rb +0 -102
  86. data/lib/big_keeper/util/podfile_module.rb +0 -63
  87. data/lib/big_keeper/util/podfile_operator.rb +0 -125
  88. data/lib/big_keeper/util/verify_operator.rb +0 -17
  89. data/lib/big_keeper/util/version_config_operator.rb +0 -29
  90. data/lib/big_keeper/util/xcode_operator.rb +0 -15
  91. data/lib/big_keeper/version.rb +0 -3
  92. data/lib/big_keeper.rb +0 -81
  93. data/resources/banner.png +0 -0
  94. data/resources/command.png +0 -0
  95. data/resources/keynote/big-keeper-readme-analyze.key +0 -0
  96. data/resources/keynote/big-keeper-readme-example.key +0 -0
  97. data/resources/keynote/big-keeper-readme-feature.key +0 -0
  98. data/resources/keynote/big-keeper-readme-release.key +0 -0
  99. data/resources/readme/big-keeper-readme.001.png +0 -0
  100. data/resources/template/Bigkeeper +0 -23
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d36fdf5465248b90d89b30de6fa782f2defb292196f2c62bb6aae917c9969aa2
4
- data.tar.gz: 3de53403a6ffa7a37355a40a104d5efae022659cb84acf8dad5bd4945ec525c5
3
+ metadata.gz: 16322373a3061b70068c9acefcae84d8afbf422560cdf2f469c80849f1051cf4
4
+ data.tar.gz: fdd6f8aeebb6129630abc10865b7903cfcb6befef38bcd78cb6bc1e3c82e7e99
5
5
  SHA512:
6
- metadata.gz: 9d03c94d57ca93bb45efc0bc870dc56c0bb9da817df7276ea6be58161d7a76a498ca20de5cbe94af809bf95e1d7b954d113152a27aea973c9119e72a42dffa62
7
- data.tar.gz: 27746afa3f6ba1549a096579e698523d90a96ae93c1024db4cc93d3cddd4f01014f699aad58d5befee51675824684bed0e41aa87820b658b09d9460616aad3bf
6
+ metadata.gz: ebae53bde31deb046c0158200aa17f67fb6f3e56e23b4ede1b277f47fca1a553e201114b0fd4790ea78a7f3206aa091ccc55b7ff9dc6a07b34c3f663d843be83
7
+ data.tar.gz: b393694a311ecd53f8c5d640f481c79425cb02be1d0ed60b6f019394d7cc4768109f49518406d1de88c8c7237b6ed60c6d60b273435783c41f032ed90d52d4bd
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kookeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - weiyanwu
7
+ - mmoaay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-08 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli
@@ -154,16 +154,16 @@ dependencies:
154
154
  name: big_resources
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - "~>"
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: 0.1.2
159
+ version: '0'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - "~>"
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
- version: 0.1.2
166
+ version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: cocoapods
169
169
  requirement: !ruby/object:Gem::Requirement
@@ -223,111 +223,11 @@ dependencies:
223
223
  description: Efficiency improvement for iOS&Android modular development, iOSer&Androider
224
224
  using this tool can make modular development easier.
225
225
  email:
226
- - 2126724184@qq.com
227
- executables:
228
- - koo
229
- - setup
226
+ - mmoaay@sina.com
227
+ executables: []
230
228
  extensions: []
231
229
  extra_rdoc_files: []
232
- files:
233
- - ".github/ISSUE_TEMPLATE.md"
234
- - ".gitignore"
235
- - ".travis.yml"
236
- - CODE_OF_CONDUCT.md
237
- - CONTRIBUTING.md
238
- - Gemfile
239
- - Gemfile.lock
240
- - LICENSE
241
- - README.md
242
- - Rakefile
243
- - big_keeper.gemspec
244
- - bin/big
245
- - bin/koo
246
- - bin/setup
247
- - docs/en-US/FEATURE.md
248
- - docs/en-US/README.md
249
- - docs/zh-CN/BIGKEEPER_FILE.md
250
- - docs/zh-CN/FEATURE&HOTFIX.md
251
- - docs/zh-CN/IMAGE.md
252
- - docs/zh-CN/PODFILE.md
253
- - docs/zh-CN/README.md
254
- - docs/zh-CN/RECOMMEND.md
255
- - docs/zh-CN/RELEASE.md
256
- - docs/zh-CN/SPEC.md
257
- - lib/big_keeper.rb
258
- - lib/big_keeper/command/client.rb
259
- - lib/big_keeper/command/feature&hotfix.rb
260
- - lib/big_keeper/command/feature&hotfix/delete.rb
261
- - lib/big_keeper/command/feature&hotfix/finish.rb
262
- - lib/big_keeper/command/feature&hotfix/list.rb
263
- - lib/big_keeper/command/feature&hotfix/publish.rb
264
- - lib/big_keeper/command/feature&hotfix/pull.rb
265
- - lib/big_keeper/command/feature&hotfix/push.rb
266
- - lib/big_keeper/command/feature&hotfix/rebase.rb
267
- - lib/big_keeper/command/feature&hotfix/start.rb
268
- - lib/big_keeper/command/feature&hotfix/switch.rb
269
- - lib/big_keeper/command/feature&hotfix/update.rb
270
- - lib/big_keeper/command/image.rb
271
- - lib/big_keeper/command/image/image.rb
272
- - lib/big_keeper/command/init.rb
273
- - lib/big_keeper/command/pod.rb
274
- - lib/big_keeper/command/pod/podfile.rb
275
- - lib/big_keeper/command/release.rb
276
- - lib/big_keeper/command/release/finish.rb
277
- - lib/big_keeper/command/release/home.rb
278
- - lib/big_keeper/command/release/module.rb
279
- - lib/big_keeper/command/release/publish.rb
280
- - lib/big_keeper/command/release/start.rb
281
- - lib/big_keeper/command/spec.rb
282
- - lib/big_keeper/command/spec/add.rb
283
- - lib/big_keeper/command/spec/analyze.rb
284
- - lib/big_keeper/command/spec/delete.rb
285
- - lib/big_keeper/command/spec/list.rb
286
- - lib/big_keeper/command/spec/search.rb
287
- - lib/big_keeper/command/spec/sync.rb
288
- - lib/big_keeper/dependency/dep_gradle_operator.rb
289
- - lib/big_keeper/dependency/dep_operator.rb
290
- - lib/big_keeper/dependency/dep_pod_operator.rb
291
- - lib/big_keeper/dependency/dep_service.rb
292
- - lib/big_keeper/dependency/dep_type.rb
293
- - lib/big_keeper/model/gitflow_type.rb
294
- - lib/big_keeper/model/library_model.rb
295
- - lib/big_keeper/model/operate_type.rb
296
- - lib/big_keeper/model/podfile_model.rb
297
- - lib/big_keeper/service/git_service.rb
298
- - lib/big_keeper/service/module_service.rb
299
- - lib/big_keeper/service/stash_service.rb
300
- - lib/big_keeper/util/bigkeeper_parser.rb
301
- - lib/big_keeper/util/cache_operator.rb
302
- - lib/big_keeper/util/code_operator.rb
303
- - lib/big_keeper/util/command_line_util.rb
304
- - lib/big_keeper/util/file_operator.rb
305
- - lib/big_keeper/util/git_operator.rb
306
- - lib/big_keeper/util/gitflow_operator.rb
307
- - lib/big_keeper/util/gradle_content_generator.rb
308
- - lib/big_keeper/util/gradle_file_operator.rb
309
- - lib/big_keeper/util/gradle_module_operator.rb
310
- - lib/big_keeper/util/info_plist_operator.rb
311
- - lib/big_keeper/util/leancloud_logger.rb
312
- - lib/big_keeper/util/list_generator.rb
313
- - lib/big_keeper/util/lockfile_parser.rb
314
- - lib/big_keeper/util/logger.rb
315
- - lib/big_keeper/util/pod_operator.rb
316
- - lib/big_keeper/util/podfile_detector.rb
317
- - lib/big_keeper/util/podfile_module.rb
318
- - lib/big_keeper/util/podfile_operator.rb
319
- - lib/big_keeper/util/verify_operator.rb
320
- - lib/big_keeper/util/version_config_operator.rb
321
- - lib/big_keeper/util/xcode_operator.rb
322
- - lib/big_keeper/version.rb
323
- - resources/banner.png
324
- - resources/command.png
325
- - resources/keynote/big-keeper-readme-analyze.key
326
- - resources/keynote/big-keeper-readme-example.key
327
- - resources/keynote/big-keeper-readme-feature.key
328
- - resources/keynote/big-keeper-readme-release.key
329
- - resources/readme/big-keeper-readme.001.png
330
- - resources/template/Bigkeeper
230
+ files: []
331
231
  homepage: https://github.com/BigKeeper/bigkeeper
332
232
  licenses:
333
233
  - MIT
@@ -348,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
348
248
  - !ruby/object:Gem::Version
349
249
  version: '0'
350
250
  requirements: []
351
- rubygems_version: 3.3.10
251
+ rubygems_version: 3.2.3
352
252
  signing_key:
353
253
  specification_version: 4
354
254
  summary: Efficiency improvement for iOS&Android modular development.
@@ -1,20 +0,0 @@
1
- ### Check List
2
-
3
- Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
4
-
5
- - [ ] I have read the [README.md](https://github.com/BigKeeper/bigkeeper/blob/master/README.md), but there is no information I need.
6
- - [ ] I have searched in [existing issues](https://github.com/BigKeeper/bigkeeper/issues?utf8=%E2%9C%93&q=is%3Aissue), but did find a same one.
7
-
8
- ### Issue Description
9
-
10
- #### Description
11
-
12
- [Tell us about the issue]
13
-
14
- #### Reproduce
15
-
16
- [The steps to reproduce this issue. What are the parameters, where did you put your code, etc.]
17
-
18
- #### Other Comment
19
-
20
- [Add anything else here]
data/.gitignore DELETED
@@ -1,50 +0,0 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /coverage/
5
- /InstalledFiles
6
- /pkg/
7
- /spec/reports/
8
- /spec/examples.txt
9
- /test/tmp/
10
- /test/version_tmp/
11
- /tmp/
12
-
13
- # Used by dotenv library to load environment variables.
14
- # .env
15
-
16
- ## Specific to RubyMotion:
17
- .dat*
18
- .repl_history
19
- build/
20
- *.bridgesupport
21
- build-iPhoneOS/
22
- build-iPhoneSimulator/
23
-
24
- ## Specific to RubyMotion (use of CocoaPods):
25
- #
26
- # We recommend against adding the Pods directory to your .gitignore. However
27
- # you should judge for yourself, the pros and cons are mentioned at:
28
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
29
- #
30
- # vendor/Pods/
31
-
32
- ## Documentation cache and generated files:
33
- /.yardoc/
34
- /_yardoc/
35
- /doc/
36
- /rdoc/
37
-
38
- ## Environment normalization:
39
- /.bundle/
40
- /vendor/bundle
41
- /lib/bundler/man/
42
-
43
- # for a library or gem, you might want to ignore these files since the code is
44
- # intended to run in multiple environments; otherwise, check them in:
45
- # Gemfile.lock
46
- # .ruby-version
47
- # .ruby-gemset
48
-
49
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
- .rvmrc
data/.travis.yml DELETED
@@ -1,19 +0,0 @@
1
- language: ruby
2
-
3
- rvm:
4
- - 2.5.0
5
- - 2.4.3
6
- - 2.3.6
7
- - 2.2.9
8
- - 2.1.10
9
-
10
- before_install:
11
- - gem update --remote bundler
12
- - gem update --system
13
-
14
- sudo: false
15
-
16
- bundler_args: --without=guard
17
-
18
- notifications:
19
- disabled: true
data/CODE_OF_CONDUCT.md DELETED
@@ -1,46 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- ## Our Standards
8
-
9
- Examples of behavior that contributes to creating a positive environment include:
10
-
11
- * Using welcoming and inclusive language
12
- * Being respectful of differing viewpoints and experiences
13
- * Gracefully accepting constructive criticism
14
- * Focusing on what is best for the community
15
- * Showing empathy towards other community members
16
-
17
- Examples of unacceptable behavior by participants include:
18
-
19
- * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
- * Trolling, insulting/derogatory comments, and personal or political attacks
21
- * Public or private harassment
22
- * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
- * Other conduct which could reasonably be considered inappropriate in a professional setting
24
-
25
- ## Our Responsibilities
26
-
27
- Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
-
29
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
-
31
- ## Scope
32
-
33
- This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
-
35
- ## Enforcement
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mmoaay@sina.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
-
39
- Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
-
41
- ## Attribution
42
-
43
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
-
45
- [homepage]: http://contributor-covenant.org
46
- [version]: http://contributor-covenant.org/version/1/4/
data/CONTRIBUTING.md DELETED
@@ -1,70 +0,0 @@
1
- # Contributing Guidelines
2
-
3
- This document contains information and guidelines about contributing to this project.
4
- Please read it before you start participating.
5
-
6
- **Topics**
7
-
8
- * [Asking Questions](#asking-questions)
9
- * [Reporting Issues](#reporting-issues)
10
- * [Developers Certificate of Origin](#developers-certificate-of-origin)
11
-
12
- ## Asking Questions
13
-
14
- We don't use GitHub as a support forum.
15
- For any usage questions that are not specific to the project itself,
16
- please ask on [Stack Overflow](https://stackoverflow.com) instead.
17
- By doing so, you'll be more likely to quickly solve your problem,
18
- and you'll allow anyone else with the same question to find the answer.
19
- This also allows maintainers to focus on improving the project for others.
20
-
21
- ## Reporting Issues
22
-
23
- A great way to contribute to the project
24
- is to send a detailed issue when you encounter an problem.
25
- We always appreciate a well-written, thorough bug report.
26
-
27
- Check that the project issues database
28
- doesn't already include that problem or suggestion before submitting an issue.
29
- If you find a match, add a quick "+1" or "I have this problem too."
30
- Doing this helps prioritize the most common problems and requests.
31
-
32
- When reporting issues, please include the following:
33
-
34
- * The version of Xcode you're using
35
- * The version of iOS or macOS you're targeting
36
- * The full output of any stack trace or compiler error
37
- * A code snippet that reproduces the described behavior, if applicable
38
- * Any other details that would be useful in understanding the problem
39
-
40
- This information will help us review and fix your issue faster.
41
-
42
- ## Developer's Certificate of Origin
43
-
44
- By making a contribution to this project, I certify that:
45
-
46
- - (a) The contribution was created in whole or in part by me and I
47
- have the right to submit it under the open source license
48
- indicated in the file; or
49
-
50
- - (b) The contribution is based upon previous work that, to the best
51
- of my knowledge, is covered under an appropriate open source
52
- license and I have the right under that license to submit that
53
- work with modifications, whether created in whole or in part
54
- by me, under the same open source license (unless I am
55
- permitted to submit under a different license), as indicated
56
- in the file; or
57
-
58
- - (c) The contribution was provided directly to me by some other
59
- person who certified (a), (b) or (c) and I have not modified
60
- it.
61
-
62
- - (d) I understand and agree that this project and the contribution
63
- are public and that a record of the contribution (including all
64
- personal information I submit with it, including my sign-off) is
65
- maintained indefinitely and may be redistributed consistent with
66
- this project or the open source license(s) involved.
67
-
68
- ---
69
-
70
- *Some of the ideas and wording for the statements above were based on work by the [Alamofire](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md) communities. We commend them for their efforts to facilitate collaboration in their projects.*
data/Gemfile DELETED
@@ -1,10 +0,0 @@
1
- source "https://gems.ruby-china.com/"
2
-
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
- # Specify your gem's dependencies in big_keeper.gemspec
6
- gemspec
7
-
8
- group :test do
9
- gem 'rake'
10
- end
data/Gemfile.lock DELETED
@@ -1,125 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- kookeeper (1.0.0)
5
- big_resources
6
- big_stash (~> 0.1)
7
- cocoapods
8
- colorize
9
- gli (~> 2.16)
10
- plist
11
-
12
- GEM
13
- remote: https://gems.ruby-china.com/
14
- specs:
15
- CFPropertyList (3.0.0)
16
- activesupport (4.2.11.1)
17
- i18n (~> 0.7)
18
- minitest (~> 5.1)
19
- thread_safe (~> 0.3, >= 0.3.4)
20
- tzinfo (~> 1.1)
21
- ast (2.4.0)
22
- atomos (0.1.3)
23
- big_resources (0.1.2)
24
- chunky_png
25
- cocoapods
26
- colorize
27
- gli (~> 2.16)
28
- plist
29
- big_stash (0.6.0)
30
- gli (~> 2.16)
31
- chunky_png (1.3.11)
32
- claide (1.0.2)
33
- cocoapods (1.5.0)
34
- activesupport (>= 4.0.2, < 5)
35
- claide (>= 1.0.2, < 2.0)
36
- cocoapods-core (= 1.5.0)
37
- cocoapods-deintegrate (>= 1.0.2, < 2.0)
38
- cocoapods-downloader (>= 1.2.0, < 2.0)
39
- cocoapods-plugins (>= 1.0.0, < 2.0)
40
- cocoapods-search (>= 1.0.0, < 2.0)
41
- cocoapods-stats (>= 1.0.0, < 2.0)
42
- cocoapods-trunk (>= 1.3.0, < 2.0)
43
- cocoapods-try (>= 1.1.0, < 2.0)
44
- colored2 (~> 3.1)
45
- escape (~> 0.0.4)
46
- fourflusher (~> 2.0.1)
47
- gh_inspector (~> 1.0)
48
- molinillo (~> 0.6.5)
49
- nap (~> 1.0)
50
- ruby-macho (~> 1.1)
51
- xcodeproj (>= 1.5.7, < 2.0)
52
- cocoapods-core (1.5.0)
53
- activesupport (>= 4.0.2, < 6)
54
- fuzzy_match (~> 2.0.4)
55
- nap (~> 1.0)
56
- cocoapods-deintegrate (1.0.4)
57
- cocoapods-downloader (1.2.2)
58
- cocoapods-plugins (1.0.0)
59
- nap
60
- cocoapods-search (1.0.0)
61
- cocoapods-stats (1.1.0)
62
- cocoapods-trunk (1.3.1)
63
- nap (>= 0.8, < 2.0)
64
- netrc (~> 0.11)
65
- cocoapods-try (1.1.0)
66
- colored2 (3.1.2)
67
- colorize (0.8.1)
68
- concurrent-ruby (1.1.5)
69
- escape (0.0.4)
70
- fourflusher (2.0.1)
71
- fuzzy_match (2.0.4)
72
- gh_inspector (1.1.3)
73
- gli (2.18.0)
74
- i18n (0.9.5)
75
- concurrent-ruby (~> 1.0)
76
- minitest (5.11.3)
77
- molinillo (0.6.6)
78
- nanaimo (0.2.6)
79
- nap (1.1.0)
80
- netrc (0.11.0)
81
- parallel (1.12.1)
82
- parser (2.5.1.2)
83
- ast (~> 2.4.0)
84
- plist (3.5.0)
85
- powerpack (0.1.2)
86
- rainbow (2.2.2)
87
- rake
88
- rake (10.5.0)
89
- rubocop (0.50.0)
90
- parallel (~> 1.10)
91
- parser (>= 2.3.3.1, < 3.0)
92
- powerpack (~> 0.1)
93
- rainbow (>= 2.2.2, < 3.0)
94
- ruby-progressbar (~> 1.7)
95
- unicode-display_width (~> 1.0, >= 1.0.1)
96
- ruby-macho (1.4.0)
97
- ruby-progressbar (1.9.0)
98
- thread_safe (0.3.6)
99
- tzinfo (1.2.5)
100
- thread_safe (~> 0.1)
101
- unicode-display_width (1.4.0)
102
- xcodeproj (1.8.2)
103
- CFPropertyList (>= 2.3.3, < 4.0)
104
- atomos (~> 0.1.3)
105
- claide (>= 1.0.2, < 2.0)
106
- colored2 (~> 3.1)
107
- nanaimo (~> 0.2.6)
108
-
109
- PLATFORMS
110
- ruby
111
-
112
- DEPENDENCIES
113
- big_resources (~> 0.1.2)
114
- big_stash (~> 0.1)
115
- bigkeeper!
116
- bundler (~> 1.15)
117
- cocoapods
118
- colorize
119
- gli (~> 2.16)
120
- plist
121
- rake
122
- rubocop (~> 0.50.0)
123
-
124
- BUNDLED WITH
125
- 1.17.2
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 BigKeeper.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,113 +0,0 @@
1
- [English](./docs/en-US/README.md)
2
-
3
- ---
4
-
5
- # bigkeeper
6
-
7
- ![](./resources/banner.png)
8
-
9
- [![Build Status](https://travis-ci.org/BigKeeper/bigkeeper.svg?branch=master)](https://travis-ci.org/BigKeeper/bigkeeper)
10
- [![Maintainability](https://api.codeclimate.com/v1/badges/c6dc4161e84fcec9a890/maintainability)](https://codeclimate.com/github/BigKeeper/big-keeper/maintainability)
11
- [![Gem Version](https://badge.fury.io/rb/bigkeeper.svg)](https://rubygems.org/gems/bigkeeper)
12
- [![Language: Ruby](https://img.shields.io/badge/language-Ruby-da212f.svg)](https://www.ruby-lang.org/)
13
- [![License](https://img.shields.io/badge/license-MIT-000000.svg)](https://github.com/BigKeeper/big-keeper/blob/master/LICENSE)
14
- [![Gitter](https://img.shields.io/gitter/room/BigKeeper/BigKeeper.svg)](https://gitter.im/Big-Keeper/Lobby)
15
-
16
- bigkeeper 是一个 **iOS&Android 模块化项目**效率提升工具,旨在帮助有模块化需求的团队更轻松的渡过“半模块化”尴尬期。
17
-
18
- 使用这个工具后,开发者**在主项目内**即可完成**包括其他业务模块在内**所有代码的编写和管理。
19
-
20
- 我们借鉴 CocoaPods 的做法,开发团队只需要在主项目中加入一个 Bigkeeper 文件,然后利用我们提供的 `big` 命令,即可更便捷的实现**代码分支**和**业务模块**的管理;另外,通过 `big` 命令提供的流程,也能帮助开发者养成更规范的日常开发习惯,减轻项目管理者的负担。
21
-
22
- ## 应用场景
23
-
24
- 在模块化项目的过渡阶段,我们往往会碰到业务拆分不是那么彻底的情况(PS:比如主项目中仍然存在业务相关代码),这样就会导致一系列问题:
25
-
26
- - 开发流程方面:开发者在开发一个 feature 时需要维护多个项目的分支,同时还要频繁修改主项目的 `Podfile`;
27
- - 项目管理者需要花很大精力去和团队成员同步项目管理规范流程,尤其对于新人,挑战很大;
28
- - 开发过程中如果碰到突发情况需要开新分支处理问题时对当前工作区的保存操作会很繁琐(PS:因为涉及到多个项目);
29
- - 日常开发过程中类似 commit、pull、push 等操作比较繁琐(PS:因为涉及到多个项目);
30
- - 资源(比如图片)散落在各个业务模块,可能存在重名、重复等问题,难以管理;
31
- - 业务模块可能存在横向依赖的问题,导致业务模块间耦合严重,不能单独编译运行。
32
- - 各模块依赖的版本没有统一的同步更新方式,导致各个模块的开发环境不一致,问题百出。
33
-
34
- bigkeeper 的出现就是为了解决这些问题。
35
-
36
- > 注:也有很多人认为直接做一个完整的组件化项目更合理,而不需要采用这样曲折的方案,但是很多时候我们并没有这么多的精力直接去做这些事情,bigkeeper 存在的价值也是为了帮助开发团队在** iOS&Android 模块化项目过渡阶段**能更轻松的往前走。
37
-
38
- ## 安装
39
-
40
- - 当作 Ruby Gem 使用:
41
- 在项目的 Gemfile 中加入下面这行:
42
-
43
- ```ruby
44
- gem 'bigkeeper'
45
- ```
46
-
47
- 然后执行:
48
-
49
- $ bundle
50
-
51
- - 直接安装:
52
-
53
- $ gem install bigkeeper
54
-
55
- ## 使用方法
56
-
57
- - [Bigkeeper 文件配置](./docs/zh-CN/BIGKEEPER_FILE.md)
58
- - `bigkeeper` 工具使用:
59
-
60
- 直接在命令行执行 `bigkeeper` 可以查看其提供的所有功能:
61
-
62
- ```
63
- NAME
64
- big - Efficiency improvement for iOS&Android module development, iOSer&Android using this tool can make module development easier.
65
-
66
- SYNOPSIS
67
- big [global options] command [command options] [arguments...]
68
-
69
-
70
- GLOBAL OPTIONS
71
- --help - Show this message
72
- -p, --path=arg - (default: ./)
73
- -u, --user=arg - (default: mmoaay)
74
- -v, --ver=arg - (default: Version in Bigkeeper file)
75
-
76
- COMMANDS
77
- feature - Gitflow feature operations
78
- help - Shows a list of commands or help for one command
79
- hotfix - Gitflow hotfix operations
80
- image - Image operations
81
- podfile - Podfile operation
82
- release - Gitflow release operations
83
- spec - Spec operations
84
- version - Show version of bigkeeper
85
- ```
86
-
87
- 全局参数如下:
88
-
89
- - -p, --path:主项目所在的目录,默认是执行 bigkeeper 命令的当前目录;
90
- - -v, --ver:版本号,如果没有指定的话,会以主项目 [Bigkeeper 文件](./docs/zh-CN/BIGKEEPER_FILE.md)中指定的版本为准。
91
- - -u, --user:用户名,默认是 git global config 的 user.name,会显示在命令提示信息中,比如上述提示信息中的默认用户名是 mmoaay
92
-
93
- 功能列表如下:
94
-
95
- - [feature](./docs/zh-CN/FEATURE&HOTFIX.md):功能开发流程;
96
- - [hotfix](./docs/zh-CN/FEATURE&HOTFIX.md):线上 Bug 修复流程;
97
- - [release](./docs/zh-CN/RELEASE.md):发布流程;
98
- - [podfile](./docs/zh-CN/PODFILE.md):Podfile 管理;
99
- - [image](./docs/zh-CN/IMAGE.md):图片管理;
100
- - [spec](./docs/zh-CN/SPEC.md):spec 管理;
101
- - version:查看 bigkeeper 当前版本号;
102
- - help:查看 bigkeeper 帮助文档。
103
-
104
- ## 其他
105
-
106
- - [一些建议](./docs/zh-CN/RECOMMEND.md)
107
- - [一些思考]()
108
-
109
- ## 协议
110
-
111
- ![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png)
112
-
113
- bigkeeper 基于 MIT 协议进行分发和使用,更多信息参见协议文件。
data/Rakefile DELETED
@@ -1,2 +0,0 @@
1
- require "bundler/gem_tasks"
2
- task :default => :spec