Skip to content

dylantientcheu/manifesto-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Manifesto CLI

Minimum Node.js versionTwitter FollowMIT licenseCommit StatusMIT license


⚡️ 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 😎.

Basic example

Installation

If you need to have it globally

npm

npm i -g manifesto-cli

yarn

yarn global add manifesto-cli

npx

npx manifesto-cli generate --minimal

Requirements

Minimum Node.js version

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#examples

Note: You can also access the docs using

  manifesto-cli docs

Example

manifesto-cli generate

Manifesto 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:

generated manifest

License

MIT © Dylan Tientcheu

About

A CLI app that helps generate a manifest file for your PWA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published