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
templates
- Install, update, or delete Xcode templatesbootstrap
- Bootstraps a new C1 project.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:
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.
In order to run in the bootstrap android
command during development, simply change the scheme to chaitools-cli-bootstrap-android
.