Sha256: 5e1efdad72faf482278f4861a628fda2caa689ba733cae8156a4b9dd8825cb90
Contents?: true
Size: 311 Bytes
Versions: 16
Compression:
Stored size: 311 Bytes
Contents
#Hooks Xcake allows you to run actions for certain events using Hooks. At the moment there is only one hook supported "after_save" which is called after a project is saved to disk. Here is an example where we run CocoaPods once a project has been generated: ```ruby Project.new do |c| `pod install` end ```
Version data entries
16 entries across 16 versions & 1 rubygems