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: about 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:27:34.000Z (over 3 years ago)
- Last Synced: 2024-10-13T16:08:33.490Z (over 1 year 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)
[](https://www.npmjs.org/package/pwainit) [](http://npm-stat.com/charts.html?package=pwainit)
[](https://github.com/saurabhdaware/pwainit/issues) [](https://github.com/saurabhdaware/pwainit/blob/master/LICENSE)
[](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
[](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) 🎉***