0.1.2 • Published 5 years ago

@pressmodo/create-pressmodo v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Pressmodo Project Scaffold

The Pressmodo Project Scaffold is a command line tool to quickly initialize a started WordPress theme or plugin for your new project.

Installation

Run the command:

npm install @pressmodo/create-pressmodo -g

Available project types

  • theme
  • plugin

Usage

cd <your-project-directory>

create-pressmodo theme name-of-the-theme-here

create-pressmodo plugin name-of-the-plugin-here

Once the project has been created, you'd want to install dependencies:

npm install
composer install