Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saurabhdaware/pwainit

Turn your existing website to Progressive Web App or Initiate PWA project using single command!!. 'npm i -g pwainit' to install pwainit and get started 🚀
https://github.com/saurabhdaware/pwainit

command-line-tool npm npm-module npm-package progressive-web-app pwa pwa-apps pwainit website-to-pwa

Last synced: 10 days ago
JSON representation

Turn your existing website to Progressive Web App or Initiate PWA project using single command!!. 'npm i -g pwainit' to install pwainit and get started 🚀

Awesome Lists containing this project

README

        

# PWAinit
Initiate PWA project and get boilerplate code for Progressive Web App features or Turn your existing website into Progressive Web App with `npm i -g pwainit` 🎉

PWAinit lets you intialize your PWA development process without writing basic service worker, manifest, push api and index.html code.
#### Read documentation here : [https://saurabhdaware.github.io/pwainit](https://saurabhdaware.github.io/pwainit)

[![npm Package](https://img.shields.io/npm/v/pwainit.svg)](https://www.npmjs.org/package/pwainit) [![downloads](https://img.shields.io/npm/dt/pwainit.svg)](http://npm-stat.com/charts.html?package=pwainit)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/saurabhdaware/pwainit/issues) [![License](https://img.shields.io/npm/l/pwainit.svg)](https://github.com/saurabhdaware/pwainit/blob/master/LICENSE)

[![https://nodei.co/npm/pwainit.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/pwainit.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/pwainit)

----
## Install
```
npm install -g pwainit
```
## Create new project
```
pwainit create helloworld
```

### Turn existing site to PWA
```
cd existingWebsite
pwainit add
```
## Release Notes
Read [CHANGELOG](CHANGELOG.md) for complete logs.

## Contribution
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/saurabhdaware/pwainit/issues)

- This project is open for contributions you can pick up a task from [Issues](https://github.com/saurabhdaware/pwainit/issues) or Work on a new feature.
- Read [CONTRIBUTING.md](http://github.com/saurabhdaware/pwainit/blob/master/CONTRIBUTING.md) for complete guide of Contribution and Local Development.

***Thanks for reading! Dont forget to star the [Repository](https://github.com/saurabhdaware) 🎉***