Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🚀
- Host: GitHub
- URL: https://github.com/saurabhdaware/pwainit
- Owner: saurabhdaware
- License: mit
- Created: 2019-05-13T09:57:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:27:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T16:08:33.490Z (24 days ago)
- Topics: command-line-tool, npm, npm-module, npm-package, progressive-web-app, pwa, pwa-apps, pwainit, website-to-pwa
- Language: JavaScript
- Homepage: https://saurabhdaware.github.io/pwainit
- Size: 729 KB
- Stars: 45
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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) 🎉***