Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple bash script to create progressive web apps (pwa).

License

Notifications You must be signed in to change notification settings

victorqribeiro/create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

28 Commits

Repository files navigation

Create

A simple bash script to create web apps that can be installed on devices as progressive web apps (pwa).

About

This is a very simple but very useful script to create a web app template. For Chrome to consider your web app a valid app, it needs to have a cache manifest, a web app manifest, a bigger than 144x144 pixel favicon and a registered service worker (read more about it here). This script takes care of it for you.

How to use

Put it in your scrips folder.

Give it execute permisson

chmod +x create

Run it with a project's name as argument

create myAwesomeProject

Files created

index.html
css/main.css
js/aux.js
js/main.js
sw.js
favicon.png
manifest.json

About

A simple bash script to create progressive web apps (pwa).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /