chaione / chaitools

Brew some awesome apps with the help of chaitools.
0 stars 0 forks source link

Brew some awesome apps with ChaiTools

Installation

ChaiTools can be installed using Homebrew and a custom Homebrew tap.

brew tap chaione/c1tap

brew install chaitools

For Xcode9, you might need to append --no-sandbox option.

brew install chaitools --no-sandbox

Current Actions

bootstrap

Running bootstrap alone will give you the option to setup a default file structure.

Running bootstrap <techstack> will run the bootstrapper specific for that technology stack. Currently supported technology stacks include:

Development

During development, any output from commands such as bootstrap android, bootstrap ios can be found inside of src/output. If the src/output directory does not exist, chaitools will create it.

Bootstrap Android

In order to run in the bootstrap android command during development, simply change the scheme to chaitools-cli-bootstrap-android.