Socket
Book a DemoInstallSign in
Socket

generator-word-snatchers-cli-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-word-snatchers-cli-plugin

Scaffold out a word-snatcher-cli plugin

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

generator-word-snatchers-cli-plugin NPM version

Yeoman generator to build a plugin for word-snatchers-cli

Installation

First, install Yeoman and generator-word-snatchers-cli-plugin using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-word-snatchers-cli-plugin

Then generate your new plugin for word-snatchers-cli:

yo word-snatchers-cli-plugin

Usage

yo word-snatchers-cli-plugin [options]

or

yo word-snatchers-cli-plugin:app [options]

It will loads and asks

There are multiple command-line options available:

$ yo word-snatchers-cli-plugin --help

Usage:
  yo word-snatchers-cli-plugin [options]

Options:
  -h,   --help             # Print the generator's options and usage
        --skip-cache       # Do not remember prompt answers               Default: false
        --skip-install     # Do not automatically install dependencies    Default: false
        --force-install    # Fail on install dependencies error           Default: false
        --ask-answered     # Show prompts for already configured options  Default: false
        --package-manager  # Package manager to use
        --question-count   # Question count you are about to fill

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Rushan Alyautdinov

Keywords

yeoman-generator

FAQs

Package last updated on 08 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts