2.0.2 • Published 4 years ago
manifesto-cli v2.0.2
⚡️ A CLI app that helps generate a manifest file for your PWA.
Table of Contents
Description
Manifesto by @dylantientcheu is a beautiful tool that helps generate a manifest file for your upcoming PWA along with tooltiped documentation to follow you up.
manifesto-cli gives you the all the features of Manifesto — right inside the terminal.
Generate a minimal to full PWA manifest interactively from start to finish 😎.

Installation
If you need to have it globally
npm
npm i -g manifesto-cliyarn
yarn global add manifesto-clinpx
npx manifesto-cli generate --minimalRequirements
Usage
$ manifesto-cli --help
A CLI app that helps generate a manifest file for your PWA
Usage
$ manifesto-cli generate [options]
Options
-m, --minimal Quickly generate the most minimal web manifest possible.
Examples
See: https://github.com/blurdylan/manifesto-cli#examplesNote: You can also access the docs using
manifesto-cli docsExample
manifesto-cli generateManifesto cli will prompt you to enter some information regarding your app, after which your manifest manifest.json will be generated in the current file ✌.
Result:

License
MIT © Dylan Tientcheu
