Sha256: 8d442cd343cff475fc49530f80a3bc4dc85919386cd8e22d1406b814437a4700
Contents?: true
Size: 583 Bytes
Versions: 4
Compression:
Stored size: 583 Bytes
Contents
** Next steps ** cd <path-to-project> rvm / rbenv: (if that's your thing) echo "ruby-2.0.0-p247" >> .ruby-version && echo "simple" >> .ruby-gemset && cd . ** Configure git repo ** git init git add . git commit -m "Initial project setup from template" ** Install your dependencies ** <install ruby/rvm/rbenv/bundler> bundle install pod install --no-integrate open simple.xcworkspace ** Command line build ** rake -T - will show you the tasks you can run You'll want to: - bootstrap any dependencies - build your app - run unit tests - configure frank - run your frank tests
Version data entries
4 entries across 4 versions & 1 rubygems