Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Rocketseat/rocketpwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[DEPRECATED] Command-line toolbelt for PWA developers

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published