README
fastfile-manager
Fastfile is config file for CI system Fastlane. fastfile-manager is simple tool for managing and updating fastfile on your projects.
How to use it:
There are only 4 commands. Beware that working directory of terminal need to be your project's directory.
| Command | Description | |
|---|---|---|
| sudo fm -set | Takes Fastfile from current project and set it as template. | |
| sudo fm -update | Looks for Fastfile, if it finds one, it will update it to current templete. | |
| sudo fm -setMail | Prompts you for Apple ID mail and set it as mail template. | |
| sudo fm -updateMail | Looks for Appfile, if it finds one, it will update Apple ID mail in it to current templete. |
How to install it:
Prerequisite: Node.js
After successfully installing Node.js, open terminal and type this command:
sudo npm install -g fastfile-manager