Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

afir

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

afir

A CLI to help with rapid wordpress development

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

afir

A CLI to help with rapid wordpress development

oclif Version Downloads/week License

Usage

$ npm install -g afir
$ afir COMMAND
running command...
$ afir (-v|--version|version)
afir/0.1.0 darwin-x64 node-v10.8.0
$ afir --help [COMMAND]
USAGE
  $ afir COMMAND
...

Commands

afir dockerize

This command creates a docker-compose file

USAGE
  $ afir dockerize

OPTIONS
  -c, --[no-]setup  create directories for your project
  -d, --compose     Docker-compose upper
  -f, --force       force an overwrite of all things holy
  -h, --help        show CLI help
  --full            Launch Docker after init

EXAMPLES
  $ afir dockerize --setup
  $ afir dockerize --help
  $ afir dockerize --force
  $ afir dockerize --full
  $ afir dockerize -d
  $ afir dockerize -f -c

See code: src/commands/dockerize.ts

afir help [COMMAND]

display help for afir

USAGE
  $ afir help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

afir theme

This command creates a theme directory

USAGE
  $ afir theme

OPTIONS
  -b, --[no-]boilerplate   Use this flag if the theme should not use a boilerplate
  -l, --location=location  [default: ./] A pre given location to setup the theme

See code: src/commands/theme.ts

Keywords

FAQs

Package last updated on 04 Sep 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc