KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
appscreens-io-uploader
★ 14
Open GitHub ↗
Upload your screenshots
Download README (.md)
Explore Similar Repositories
LintCode
:
My solution to LintCode problems.
clusterous
:
Cluster computing tool to deploy Docker containers on AWS
BlackfireMagentoVagrant
:
No description available.
wonderbuild
:
Wonderbuild is an extremely fast, extensible build tool
ObservableScrollers
:
Easy to use observable scroller.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
appscreens-io-uploader
?
Download (.md)
appscreens.io Uploader ============ [](https://twitter.com/DanielGri) [](https://github.com/HazAT/appscreens-io-uploader/blob/master/LICENSE) [](http://rubygems.org/gems/appscreens-io-uploader) # Features This gem uploads your app screenshots to [appscreens.io](https://appscreens.io), so you can conveniently style and translate them for the AppStore. It is built to easily integrate with [@KrauseFx](https://twitter.com/KrauseFx)'s [snapshot](https://github.com/KrauseFx/snapshot).  # Installation Install the gem sudo gem install appscreens-io-uploader # Usage Call ```appscreens-io-uploader``` in the forlder where your screenshots are located and pass the id of your project (the last part of the URL on https://appscreens.io/new) appscreens-io-uploader [project_id] To upload screens with a different screensize than 5.5 inch use the --screenSize option (use for help ```appscreens-io-uploader existing_project --help```) appscreens-io-uploader [project_id] --screenSize=iOS-4-in ## Uninstall sudo gem uninstall appscreens-io-uploader rm -rf ~/.appscreens-io-uploader # Thanks This gem is using pretty much the whole structure of [@KrauseFx](https://twitter.com/KrauseFx) [frameit](https://github.com/fastlane/frameit) and the [fastlane_core](https://github.com/fastlane/fastlane_core) for convenience. # License This project is licensed under the terms of the MIT license. See the LICENSE file.