All Projects → Rocketseat → rocketpwa

Rocketseat / rocketpwa

Licence: other
[DEPRECATED] Command-line toolbelt for PWA developers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to rocketpwa

SAM-BAR
SAM Boot Assistant Reloaded - Combo USB CDC+MSD Bootloader for Atmel/Microchip SAMD21 microcontroller
Stars: ✭ 29 (-21.62%)
Mutual labels:  deprecated
io
A Node.js based system for managing a stream, including a chat bot, overlays, stream note generation and more.
Stars: ✭ 22 (-40.54%)
Mutual labels:  deprecated
worker
[DEPRECATED]
Stars: ✭ 12 (-67.57%)
Mutual labels:  deprecated
sassquatch
CSS foundation & framework for Meetup
Stars: ✭ 25 (-32.43%)
Mutual labels:  deprecated
arduino-client
[deprecated] [Arduino (compatible)] Arduino c++ client library to connect to the AllThingsTalk platform
Stars: ✭ 19 (-48.65%)
Mutual labels:  deprecated
marquez-airflow
Airflow support for Marquez
Stars: ✭ 33 (-10.81%)
Mutual labels:  deprecated
wallet-lib
DEPRECATED A pure and extensible JavaScript Wallet Library for Dash
Stars: ✭ 13 (-64.86%)
Mutual labels:  deprecated
Sphero-AR-SDK
🚫 DEPRECATED: Sphero's augmented reality SDK
Stars: ✭ 46 (+24.32%)
Mutual labels:  deprecated
margarine
Butter Cloudiness by Example
Stars: ✭ 15 (-59.46%)
Mutual labels:  deprecated
driver
DEPRECATED: Updated Linux drivers for the ATWILC1000/ATWILC3000 products are located at https://github.com/linux4microchip/linux/tree/master/drivers/net/wireless/microchip/wilc1000. To simplify development, the legacy Linux4WILC was merged into the Linux4Microchip repo where driver development continues (Please refer latest ATWILC1000/ATWILC 300…
Stars: ✭ 31 (-16.22%)
Mutual labels:  deprecated
atom-perfectionist
Beautify CSS and SCSS
Stars: ✭ 19 (-48.65%)
Mutual labels:  deprecated
QR
DEPRECATED The bookmarklet and extensions generate QRCode of the current URL for viewing on mobile devices (Google Chrome/Mozilla Firefox/Opera/Safari)
Stars: ✭ 20 (-45.95%)
Mutual labels:  deprecated
fullcontact4j
⛔ [DEPRECATED] A Java client for the FullContact API
Stars: ✭ 28 (-24.32%)
Mutual labels:  deprecated
VRTK.Tutorials.OculusIntegration
Prefabs and code for use with the Oculus Integration Unity Package
Stars: ✭ 26 (-29.73%)
Mutual labels:  deprecated
OSM-Completionist
⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
Stars: ✭ 17 (-54.05%)
Mutual labels:  deprecated
prestans
A WSGI compliant REST micro-framework.
Stars: ✭ 14 (-62.16%)
Mutual labels:  deprecated
mono-reactive
open source Reactive Extensions (Rx) implementation for Mono
Stars: ✭ 65 (+75.68%)
Mutual labels:  deprecated
ton-client-rs
TON Labs SDK Client Library for Rust
Stars: ✭ 15 (-59.46%)
Mutual labels:  deprecated
rql-scala
RethinkDB Scala Driver
Stars: ✭ 13 (-64.86%)
Mutual labels:  deprecated
elm-testable
Makes Cmds and Tasks testable
Stars: ✭ 42 (+13.51%)
Mutual labels:  deprecated

DEPRECATED

🚨 Hey, this repository is DEPRECATED and will no longer be actively maintained!






RocketPWA

RocketPWA

A toolbelt created for PWA developers.

Features

  • Generate icons in all sizes;
  • Generate rounded icons;
  • Generate splash screens for iOS;
  • Resize splash screens without cropping content;

How to use

npm install -g rocketpwa
rocketpwa -h

Generate icons

rocketpwa --icon icon.png

You can also add an -r parameter to create rounded corner icons.

Generate splash screens

rocketpwa --splash splash.png

By default, rocketpwa will try to find the best match for positioning splash screen on different screen sizes but sometimes you may encounter crop problems.

To bypass that, you can simple add an --fill parameter to set the fallback background color for splash screens:

rocketpwa --splash splash.png --fill "#7159C1"

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].