Sfd2
Downloads all of Salesforce documents by a single command. Includes:
salesforce_soql_sosl.pdf
api_rest.pdf
apex_language_reference.pdf
pages_developers_guide.pdf
object_reference.pdf
salesforce1_guide.pdf
Installation
Ruby version >= 1.9.3
Open your command line and run:
$ gem install sfd2
Usage
Open your command line and run:
$ sfd2
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request