New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

imforza-cli

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imforza-cli

A command line tool for imFORZA developers.

latest
Source
npmnpm
Version
1.0.22
Version published
Maintainers
2
Created
Source

imforza-cli

A command line utility for imFORZA Developers.

Installation

  • Install globally(On the Machine)
    • npm install -g imforza-cli
  • Update global package(One the Machine)
    • npm update -g imforza-cli

Usage

imforza < option> [action]

Options:

-V, --version        output the version number
-j, joke             want to hear a joke?
-p, plugin [action]  [install|config|publish] (default: null)
-t, theme  [action]  [install|config|publish] (default: null)
-G, gulp   [action]  [install|config] (default: null)

-h, --help           output usage information

Examples:

  • imforza plugin install - Download & configures a basic WordPress template plugin to a folder called new-plugin.
  • imforza -p config - Run configuration script on plugin files.
  • imforza theme install - Similar to plugin install, except for themes
  • imforza -t config - Run configuration script on theme files.
  • imforza gulp config - Install gulp files to current directory.
  • imforza gulp config - Configure gulp environment.

Sources

  • Gulp: https://github.com/wp-gulp/wp-gulp
  • Template Plugin: https://github.com/imforza/wordpress-plugin-template
  • Template Theme: https://github.com/imforza/wordpress-theme-template

Contributing

First clone the project, then run npm link from within the project folder.

Keywords

imFORZA

FAQs

Package last updated on 25 Mar 2020

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