1.0.1 • Published 7 years ago

fastfile-manager v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

CommandDescription
sudo fm -setTakes Fastfile from current project and set it as template.
sudo fm -updateLooks for Fastfile, if it finds one, it will update it to current templete.
sudo fm -setMailPrompts you for Apple ID mail and set it as mail template.
sudo fm -updateMailLooks 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