Skip to content

Task: create-wp-theme is taken as an npm package; try another name for package #14

Description

@babblebey

This task suggests to take another name as node package for project, and rename the entire repository in acknowledgement of name change.

This also requires a new approach to how cli app run.... Suggestion to follow a blend of nextjs and sailsjs command approach.

  • Package Global Installation
# Install package globally
# ~ npm install sails -g
npm install <package-name> -g
  • Creating a new theme
# Create new wordpress theme
# ~ sails new
<package-name> new
  • Running development
# Start theme development 
# ~ next dev
<package-name> dev
# or
<package-name> start
  • Building theme for deployment
# Build theme for deployment
# ~ next build
<package-name> build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions